💄 improve landing page design #131
Annotations
12 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
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI.InMemory.Storage/SettingsExtensions.cs#L16
Possible null reference argument for parameter 'serviceCollection' in 'IServiceCollection EntityFrameworkServiceCollectionExtensions.AddDbContext<FeatureManagementDb>(IServiceCollection serviceCollection, Action<DbContextOptionsBuilder>? optionsAction = null, ServiceLifetime contextLifetime = ServiceLifetime.Scoped, ServiceLifetime optionsLifetime = ServiceLifetime.Scoped)'.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI.SqlServer.Storage/SettingsExtensions.cs#L17
Possible null reference argument for parameter 'serviceCollection' in 'IServiceCollection EntityFrameworkServiceCollectionExtensions.AddDbContext<FeatureManagementDb>(IServiceCollection serviceCollection, Action<DbContextOptionsBuilder>? optionsAction = null, ServiceLifetime contextLifetime = ServiceLifetime.Scoped, ServiceLifetime optionsLifetime = ServiceLifetime.Scoped)'.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Extensions/FeatureExtensions.cs#L50
Possible null reference argument for parameter 'source' in 'IEnumerable<int> Enumerable.Select<IntFeatureChoice, int>(IEnumerable<IntFeatureChoice> source, Func<IntFeatureChoice, int> selector)'.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Extensions/FeatureExtensions.cs#L68
Possible null reference argument for parameter 'source' in 'IEnumerable<decimal> Enumerable.Select<DecimalFeatureChoice, decimal>(IEnumerable<DecimalFeatureChoice> source, Func<DecimalFeatureChoice, decimal> selector)'.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Extensions/FeatureExtensions.cs#L86
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<StringFeatureChoice, string>(IEnumerable<StringFeatureChoice> source, Func<StringFeatureChoice, string> selector)'.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Services/FeaturesService.cs#L101
Nullability of reference types in value of type 'Task<Feature?>' doesn't match target type 'Task<Feature>'.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Middleware/GetAllFeaturesApiEndpointMiddleware.cs#L26
Dereference of a possibly null reference.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Middleware/GetAllFeaturesApiEndpointMiddleware.cs#L29
Dereference of a possibly null reference.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Middleware/SetFeatureApiEndpointMiddleware.cs#L35
Dereference of a possibly null reference.
|
build:
Source/FeatureManagement.UI/FeatureManagement.UI/Middleware/SetFeatureApiEndpointMiddleware.cs#L43
Dereference of a possibly null reference.
|