Skip to content

RM UseResolveRoute #497

RM UseResolveRoute

RM UseResolveRoute #497

Triggered via push June 17, 2024 21:51
Status Success
Total duration 31s
Artifacts

dotnet-core.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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: Arashi.Aoi/Routes/IPRoutes.cs#L57
The variable 'e' is declared but never used
build: Arashi.Aoi/IP/ReplaceIP.cs#L69
Possible null reference argument for parameter 'source' in 'JToken? Enumerable.FirstOrDefault<JToken>(IEnumerable<JToken> source)'.
build: Arashi.Aoi/IP/ReplaceIP.cs#L69
Dereference of a possibly null reference.
build: Arashi.Aoi/IP/ReplaceIP.cs#L69
Dereference of a possibly null reference.
build: Arashi.Aoi/IP/ReplaceIP.cs#L70
Dereference of a possibly null reference.
build: Arashi.Aoi/Startup.cs#L51
Using member 'Microsoft.Extensions.DependencyInjection.OptionsConfigurationServiceCollectionExtensions.Configure<TOptions>(IServiceCollection, IConfiguration)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. TOptions's dependent types may have their members trimmed. Ensure all required members are preserved.
build: Arashi.Aoi/MContext.cs#L25
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: Arashi.Aoi/MContext.cs#L13
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: Arashi.Aoi/MContext.cs#L15
Use IHeaderDictionary.Append or the indexer to append or set headers. IDictionary.Add will throw an ArgumentException when attempting to add a duplicate key. (https://aka.ms/aspnet/analyzers)
build: Arashi.Aoi/Routes/IPRoutes.cs#L57
The variable 'e' is declared but never used