Skip to content

Merge pull request #3 from NotTastyCupcake/develop #6

Merge pull request #3 from NotTastyCupcake/develop

Merge pull request #3 from NotTastyCupcake/develop #6

Triggered via push June 26, 2023 13:28
Status Success
Total duration 45s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
build
.NET 5.0 is no longer supported and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the .NET support policy.
build: src/ApplicationCore/Entities/AddressAggregate/Address.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/ApplicationCore/Entities/RequisitesAggtegate/RequisitesItem.cs#L13
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/ApplicationCore/Entities/RequisitesAggtegate/RequisitesItem.cs#L67
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/ApplicationCore/Services/EmployeService.cs#L83
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: tests/UnitTests/ApplicationCore/Services/EmployeServiceTests/CreateEmploye.cs#L25
Field 'CreateEmploye._mockDocumentRepo' is never assigned to, and will always have its default value null
build: tests/UnitTests/ApplicationCore/Services/EmployeServiceTests/CreateEmploye.cs#L27
Field 'CreateEmploye._mockAddressRepo' is never assigned to, and will always have its default value null
build: tests/UnitTests/ApplicationCore/Services/EmployeServiceTests/CreateEmploye.cs#L24
Field 'CreateEmploye._mockGenderRepo' is never assigned to, and will always have its default value null
build: tests/UnitTests/ApplicationCore/Services/EmployeServiceTests/CreateEmploye.cs#L28
Field 'CreateEmploye._mockEmployeBuilder' is never assigned to, and will always have its default value null
build: tests/UnitTests/ApplicationCore/Services/EmployeServiceTests/CreateEmploye.cs#L26
Field 'CreateEmploye._mockRequisitesRepo' is never assigned to, and will always have its default value null
build: tests/UnitTests/ApplicationCore/Entities/PersonItemTests/UpdateContactDetails.cs#L21
The field 'UpdateContactDetails._validIdOrganization' is assigned but its value is never used