Merge pull request #115 from vidyaranya92/feat/nullable-inserts #339
Annotations
20 warnings
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Parsers/JsonArrayParserTests.cs#L212
Dereference of a possibly null reference.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/Linq/PullQueries/PullQueryExtensionsTests.cs#L275
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Generators/StatementGeneratorTests.cs#L242
Non-nullable property 'Firsts' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Generators/StatementGeneratorTests.cs#L247
Non-nullable property 'Seconds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Generators/StatementGeneratorTests.cs#L252
Non-nullable property 'Thirds' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Generators/StatementGeneratorTests.cs#L258
Non-nullable property 'Test2' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Generators/StatementGeneratorTests.cs#L257
Non-nullable property 'Test1' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/Query/KSqlQueryGeneratorTests.cs#L128
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/FluentAPI/Builders/ModelBuilderTests.cs#L106
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ksqlDb.RestApi.Client/KSql/RestApi/Statements/CreateKSqlValue.cs#L14
Parameter 'IMetadataProvider metadataProvider' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Statements/CreateEntityTests.cs#L769
Non-nullable property 'InnerPoco' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/Query/KSqlQueryGeneratorTests.cs#L128
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/RowValueJsonSerializerTests.cs#L251
Non-nullable property 'Deep' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/RowValueJsonSerializerTests.cs#L256
Non-nullable property 'Inner' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Parsers/JsonArrayParserTests.cs#L217
Dereference of a possibly null reference.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Parsers/JsonArrayParserTests.cs#L212
Dereference of a possibly null reference.
|
Tests/ksqlDB.RestApi.Client.Tests/FluentAPI/Builders/ModelBuilderTests.cs#L106
Non-nullable property 'Title' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Tests/ksqlDB.RestApi.Client.Tests/KSql/Linq/PullQueries/PullQueryExtensionsTests.cs#L275
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
ksqlDb.RestApi.Client/KSql/RestApi/Statements/CreateKSqlValue.cs#L14
Parameter 'IMetadataProvider metadataProvider' is captured into the state of the enclosing type and its value is also passed to the base constructor. The value might be captured by the base class as well.
|
ksqlDb.RestApi.Client.ProtoBuf/KSql/RestApi/KSqlDbQueryProvider.cs#L80
Possible null reference argument for parameter 'rawJson' in 'void KSqlDbProviderValueReader.OnError(string rawJson, JsonSerializerOptions jsonSerializerOptions)'.
|
The logs for this run have expired and are no longer available.
Loading