#21 comment docs #56
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
11 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
Conduit/Conduit.Migrations/MigrateBase.cs#L25
'Assembly.CodeBase' is obsolete: 'Assembly.CodeBase and Assembly.EscapedCodeBase are only included for .NET Framework compatibility. Use Assembly.Location.' (https://aka.ms/dotnet-warnings/SYSLIB0012)
|
build:
Conduit/Conduit.Migrations/MigrateBase.cs#L25
Converting null literal or possible null value to non-nullable type.
|
build:
Conduit/Conduit.Migrations/MigrateBase.cs#L26
Possible null reference argument for parameter 'uri' in 'UriBuilder.UriBuilder(string uri)'.
|
build:
Conduit/Conduit.Migrations/MigrateBase.cs#L34
Possible null reference argument for parameter 'path1' in 'string Path.Combine(string path1, string path2)'.
|
build:
Conduit/Conduit.Web/DataAccess/Dto/KeyWrapper.cs#L5
XML comment has badly formed XML -- 'Expected '>' or '/>' to close tag 'KeyWrapper'.'
|
build:
Conduit/Conduit.Web/DataAccess/Dto/KeyWrapper.cs#L8
XML comment has badly formed XML -- 'End tag 'summary' does not match the start tag 'T'.'
|
build:
Conduit/Conduit.Web/DataAccess/Dto/KeyWrapper.cs#L9
XML comment has badly formed XML -- 'Expected an end tag for element 'summary'.'
|
build:
Conduit/Conduit.Web/Users/Handlers/GetProfileRequest.cs#L7
Cannot convert null literal to non-nullable reference type.
|
build:
Conduit/Conduit.Web/Articles/Services/ArticlesDataService.cs#L68
Cannot convert null literal to non-nullable reference type.
|
build:
Conduit/Conduit.Web/Articles/ViewModels/UpdateArticlePostModel.cs#L5
Non-nullable property 'Article' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|