Skip to content

Update sdk

Update sdk #28

Triggered via push January 22, 2024 18:32
Status Success
Total duration 37s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Build
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
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#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#L47
Converting null literal or possible null value to non-nullable type.