Skip to content

Update README.md Service Collection Documentation #8

Update README.md Service Collection Documentation

Update README.md Service Collection Documentation #8

Triggered via push September 8, 2023 14:47
Status Success
Total duration 2m 34s
Artifacts
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

24 warnings
build (Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Debug)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Debug): EntityMapper/EntityMapper.cs#L32
The variable 'e' is declared but never used
build (Debug): EntityMapper.Unit/Entities/StrangeCases/UserStrange.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): EntityMapper.Unit/Entities/StrangeCases/UserStrange.cs#L7
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): EntityMapper.Unit/ConfigurationCases.cs#L90
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Debug): EntityMapper.Unit/Entities/GoodCases/UserDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): EntityMapper.Unit/Entities/GoodCases/User.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): EntityMapper.Unit/Entities/StrangeCases/UserDtoStrange.cs#L6
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): EntityMapper/EntityMapper.cs#L32
The variable 'e' is declared but never used
build (Debug): EntityMapper.Unit/Entities/StrangeCases/UserStrange.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Debug): EntityMapper.Unit/Entities/StrangeCases/UserStrange.cs#L7
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release)
The following actions uses node12 which is deprecated and will be forced to run on node16: microsoft/setup-msbuild@v1.0.2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build (Release)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
build (Release): EntityMapper/EntityMapper.cs#L32
The variable 'e' is declared but never used
build (Release): EntityMapper.Unit/Entities/GoodCases/UserDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): EntityMapper.Unit/Entities/GoodCases/User.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): EntityMapper.Unit/Entities/StrangeCases/UserDtoStrange.cs#L6
Non-nullable property 'FullName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): EntityMapper.Unit/Entities/StrangeCases/UserStrange.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): EntityMapper.Unit/Entities/StrangeCases/UserStrange.cs#L7
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): EntityMapper.Unit/ConfigurationCases.cs#L90
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
build (Release): EntityMapper/EntityMapper.cs#L32
The variable 'e' is declared but never used
build (Release): EntityMapper.Unit/Entities/GoodCases/UserDto.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build (Release): EntityMapper.Unit/Entities/GoodCases/User.cs#L6
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.