MinTTL #511
Annotations
11 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
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#L45
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#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/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/Routes/IPRoutes.cs#L57
The variable 'e' is declared but never used
|