Publish Frontend #357
Annotations
21 warnings
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build:
src/BUTR.Site.NexusMods.Server/Contexts/AppDbContextWrite.cs#L124
The variable 'e' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/Startup.cs#L179
The local function 'AtEveryFirstDayOfMonth' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/Startup.cs#L180
The local function 'AtEveryMonday' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/Services/HttpClients/NexusModsAPIClient.cs#L168
The variable 'e' is declared but never used
|
build:
src/BUTR.Site.NexusMods.Server/DynamicExpressions/DynamicFilterBuilder.cs#L55
Possible null reference argument for parameter 'body' in 'Expression<Func<TEntity, bool>> Expression.Lambda<Func<TEntity, bool>>(Expression body, params ParameterExpression[]? parameters)'.
|
build
Invalid type for parameter System.ReadOnlySpan{char} in XML comment cref attribute: 'System.Guid.TryParse(System.ReadOnlySpan{char}, out System.Guid)'
|
build
XML comment has cref attribute 'TryParse(System.ReadOnlySpan{char}, out System.Guid)' that could not be resolved
|
build
Invalid type for parameter System.ReadOnlySpan{char} in XML comment cref attribute: 'System.Guid.TryParse(System.ReadOnlySpan{char}, System.IFormatProvider?, out System.Guid)'
|
build
XML comment has cref attribute 'TryParse(System.ReadOnlySpan{char}, System.IFormatProvider?, out System.Guid)' that could not be resolved
|
build
Invalid type for parameter System.ReadOnlySpan{byte} in XML comment cref attribute: 'byte.TryParse(System.ReadOnlySpan{byte}, out byte)'
|
build:
src/BUTR.Site.NexusMods.ServerClient/Utils/PagingStreamingData.cs#L17
Cannot convert null literal to non-nullable reference type.
|
build:
src/BUTR.Site.NexusMods.ServerClient/Utils/PagingStreamingData.cs#L33
Cannot convert null literal to non-nullable reference type.
|
build:
src/BUTR.Site.NexusMods.ServerClient/Clients.g.cs#L6877
Converting null literal or possible null value to non-nullable type.
|
build:
src/BUTR.Site.NexusMods.Client/Components/PrismJSCodeblock.razor#L9
Non-nullable property 'Language' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BUTR.Site.NexusMods.Client/Components/PrismJSCodeblock.razor#L12
Non-nullable property 'Code' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridStreamingPaging.razor#L161
Possible null reference assignment.
|
build:
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridStreamingPaging.razor#L164
Possible null reference argument for parameter 'source' in 'ConfiguredCancelableAsyncEnumerable<TItem> TaskAsyncEnumerableExtensions.WithCancellation<TItem>(IAsyncEnumerable<TItem> source, CancellationToken cancellationToken)'.
|
build:
src/BUTR.Site.NexusMods.Client/Components/Grid/DataGridStreamingPaging.razor#L175
Possible null reference assignment.
|
build:
src/BUTR.Site.NexusMods.Client/Utils/UserSettings.cs#L13
Non-nullable property 'BlacklistedExceptions' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
src/BUTR.Site.NexusMods.Client/App.razor#L116
Unreachable code detected
|