Implemented unit of work #27
Annotations
10 warnings
Post Setup .NET Core
Unexpected input(s) 'global-json', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Setup .NET Core
Unexpected input(s) 'global-json', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Areas/Identity/Models/IdentityUser.cs#L10
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Areas/Identity/Models/IdentityUser.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Repositories/Repository.cs#L32
Possible null reference return.
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Repositories/Repository.cs#L47
Converting null literal or possible null value to non-nullable type.
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Areas/Identity/Models/IdentityUser.cs#L10
Non-nullable property 'Username' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Areas/Identity/Models/IdentityUser.cs#L12
Non-nullable property 'Password' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Repositories/Repository.cs#L32
Possible null reference return.
|
Build:
AutomatedTestingApp/AutomatedTestingApp/Repositories/Repository.cs#L47
Converting null literal or possible null value to non-nullable type.
|
The logs for this run have expired and are no longer available.
Loading