Update Directory.Build.props #115
Annotations
9 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L41
Argument of type 'ImmutableArray<string?>' cannot be used for parameter 'templates' of type 'ImmutableArray<string>' in 'string EFExtensionsGenerator.GenerateRepositoryCode(string dbContextName, string repositoryNamespace, ImmutableArray<string> templates)' due to differences in the nullability of reference types.
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L97
Converting null literal or possible null value to non-nullable type.
|
build:
samples/WeihanLi.EntityFramework.Sample/DbContextInterceptorSamples.cs#L57
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/WeihanLi.EntityFramework.Sample/Program.cs#L453
Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbContextOptionsConfiguration<TContext> is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L41
Argument of type 'ImmutableArray<string?>' cannot be used for parameter 'templates' of type 'ImmutableArray<string>' in 'string EFExtensionsGenerator.GenerateRepositoryCode(string dbContextName, string repositoryNamespace, ImmutableArray<string> templates)' due to differences in the nullability of reference types.
|
build:
src/WeihanLi.EntityFramework.SourceGenerator/EFExtensionsGenerator.cs#L97
Converting null literal or possible null value to non-nullable type.
|
build:
samples/WeihanLi.EntityFramework.Sample/DbContextInterceptorSamples.cs#L57
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
samples/WeihanLi.EntityFramework.Sample/Program.cs#L453
Microsoft.EntityFrameworkCore.Infrastructure.Internal.DbContextOptionsConfiguration<TContext> is an internal API that supports the Entity Framework Core infrastructure and not subject to the same compatibility standards as public APIs. It may be changed or removed without notice in any release.
|
Loading