Guest User

error message

a guest
Dec 12th, 2022
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.20 KB | None | 0 0
  1. ❯ dotnet publish --configuration Release -p:Environments=sandbox;dev;qa;staging
  2. MSBuild version 17.4.0+18d5aef85 for .NET
  3. Determining projects to restore...
  4. All projects are up-to-date for restore.
  5. C:\Projects\companyName-ims-be\src\CompanyName.Start\Startup.cs(57,50): warning CS1998: This async method lacks 'await' operators and will run synchronously. Cons
  6. ider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [C:\Projects\expe
  7. do-ims-be\src\CompanyName.Start\CompanyName.Start.csproj]
  8. C:\Projects\companyName-ims-be\src\CompanyName.Start\Controllers\ApplicationController\Service\ApplicationService.cs(22,58): warning CS1998: This async method lac
  9. ks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do
  10. CPU-bound work on a background thread. [C:\Projects\companyName-ims-be\src\CompanyName.Start\CompanyName.Start.csproj]
  11. CompanyName.Start -> C:\Projects\companyName-ims-be\src\CompanyName.Start\bin\Release\netcoreapp3.1\CompanyName.Start.dll
  12. CompanyName.Start -> C:\Projects\companyName-ims-be\src\CompanyName.Start\bin\Release\netcoreapp3.1\CompanyName.Start.Views.dll
  13. yarn install v1.22.19
  14. [1/4] Resolving packages...
  15. success Already up-to-date.
  16. Done in 0.79s.
  17. Started building sandbox versions of the spa ...
  18. yarn run v1.22.19
  19. $ env-cmd -f envs/.env.sandbox react-scripts --openssl-legacy-provider build && shx rm -rf sandbox && shx cp -r build sandbox
  20. Creating an optimized production build...
  21. Compiled with warnings.
  22.  
  23. ./src/components/assignedRoles.js
  24. Line 2:10: 'Divider' is defined but never used no-unused-vars
  25. Line 2:19: 'Avatar' is defined but never used no-unused-vars
  26. Line 3:23: 'abbreviate' is defined but never used no-unused-vars
  27. Line 14:15: 'member' is assigned a value but never used no-unused-vars
  28. Line 30:15: 'member' is assigned a value but never used no-unused-vars
  29. Line 33:11: 'selectedRole' is assigned a value but never used no-unused-vars
  30.  
  31. ./src/libs/http.js
  32. Line 3:10: 'TEMP_TOKEN' is defined but never used no-unused-vars
  33.  
  34. ./src/pages/Member/Logout.js
  35. Line 4:9: 'Spin' is defined but never used no-unused-vars
  36.  
  37. ./src/pages/Member/Login.js
  38. Line 5:8: 'history' is defined but never used no-unused-vars
  39. Line 7:9: 'Spin' is defined but never used no-unused-vars
  40.  
  41. ./src/pages/Dashboard/Index.js
  42. Line 77:6: React Hook useEffect has a missing dependency: 'fetchData'. Either include it or remove the dependency array react-hooks/exhaustive-
  43. deps
  44.  
  45. Search for the keywords to learn more about each warning.
  46. To ignore, add // eslint-disable-next-line to the line before.
  47.  
  48. File sizes after gzip:
  49.  
  50. 369.53 KB build\static\js\2.7197cba9.chunk.js
  51. 81.22 KB build\static\css\2.4afcff08.chunk.css
  52. 11.29 KB build\static\js\main.ba05a9d6.chunk.js
  53. 771 B build\static\js\runtime-main.eeba1dd2.js
  54. 585 B build\static\css\main.813c8e3d.chunk.css
  55.  
  56. The project was built assuming it is hosted at /.
  57. You can control this with the homepage field in your package.json.
  58.  
  59. The build folder is ready to be deployed.
  60. You may serve it with a static server:
  61.  
  62. yarn global add serve
  63. serve -s build
  64.  
  65. Find out more about deployment here:
  66.  
  67. bit.ly/CRA-deploy
  68.  
  69. Done in 22.38s.
  70. CompanyName.Start -> C:\Projects\companyName-ims-be\src\CompanyName.Start\bin\Release\netcoreapp3.1\publish\
  71. dev: The term 'dev' is not recognized as a name of a cmdlet, function, script file, or executable program.
  72. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
  73. qa: The term 'qa' is not recognized as a name of a cmdlet, function, script file, or executable program.
  74. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
  75. staging: The term 'staging' is not recognized as a name of a cmdlet, function, script file, or executable program.
  76. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
Add Comment
Please, Sign In to add comment