Skip to content

Allow to adjust NpgsqlDataSource #49

Allow to adjust NpgsqlDataSource

Allow to adjust NpgsqlDataSource #49

Triggered via pull request September 17, 2024 05:06
Status Failure
Total duration 58s
Artifacts

dotnet.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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: examples/ExampleWebPostgresSpecific/Program.cs#L52
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/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.
build: examples/ExampleWeb/Program.cs#L50
Possible null reference argument for parameter 'entity' in 'EntityEntry<User> DbSet<User>.Add(User entity)'.
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: 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/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: src/MccSoft.IntegreSql.EF/SqliteDatabaseInitializer.cs#L58
The variable 'e' is declared but never used