Allow to adjust NpgsqlDataSource #52
Annotations
1 error and 11 warnings
build
HttpError: Resource not accessible by integration
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build:
src/MccSoft.IntegreSql.EF/DatabaseInitialization/ContextHelper.cs#L16
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/MccSoft.IntegreSql.EF/DatabaseInitialization/DatabaseSeedingOptions.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/MccSoft.IntegreSql.EF/DatabaseInitialization/DatabaseSeedingOptions.cs#L10
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
build:
src/MccSoft.IntegreSql.EF/SqliteDatabaseInitializer.cs#L58
The variable 'e' is declared but never used
|
build:
src/MccSoft.IntegreSql.EF/Exceptions/IntegreSqlException.cs#L11
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
build:
examples/ExampleWeb/Database/User.cs#L6
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:
examples/ExampleWeb/Program.cs#L50
Possible null reference argument for parameter 'entity' in 'EntityEntry<User> DbSet<User>.Add(User entity)'.
|
build:
examples/ExampleWebPostgresSpecific/Database/User.cs#L6
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:
examples/ExampleWebPostgresSpecific/Program.cs#L52
Possible null reference argument for parameter 'entity' in 'EntityEntry<User> DbSet<User>.Add(User entity)'.
|
build:
examples/ExampleWebPostgresSpecific/Database/Document.cs#L8
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|