test: add tests for generating schema #29
Annotations
20 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/[email protected], actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/Atlas.Provider.Demo/Program.cs#L98
Non-nullable property 'BlogUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L99
Non-nullable property 'Blog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L82
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L89
Non-nullable property 'Posts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L30
Non-nullable property 'Blogs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L22
Possible null reference argument for parameter 'provider' in 'BloggingContext.BloggingContext(string provider = "SqlServer")'.
|
test/Atlas.Provider.Test/GenerateSchemaTest.cs#L28
Converting null literal or possible null value to non-nullable type.
|
test/Atlas.Provider.Test/GenerateSchemaTest.cs#L30
Dereference of a possibly null reference.
|
src/Atlas.Provider.Demo/Program.cs#L98
Non-nullable property 'BlogUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L99
Non-nullable property 'Blog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L82
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L89
Non-nullable property 'Posts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L30
Non-nullable property 'Blogs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L22
Possible null reference argument for parameter 'provider' in 'BloggingContext.BloggingContext(string provider = "SqlServer")'.
|
test/Atlas.Provider.Test/GenerateSchemaTest.cs#L28
Converting null literal or possible null value to non-nullable type.
|
test/Atlas.Provider.Test/GenerateSchemaTest.cs#L30
Dereference of a possibly null reference.
|
src/Atlas.Provider.Demo/Program.cs#L98
Non-nullable property 'BlogUrl' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
src/Atlas.Provider.Demo/Program.cs#L99
Non-nullable property 'Blog' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "macOS-latest", "ubuntu-latest", "windows-latest".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
This job succeeded
Loading