Merge branch 'main' of https://github.com/tomasfabian/ksqlDB.RestApi.… #280
Annotations
20 warnings
Execute ksqlDb RestApi Client Unit Tests:
ksqlDb.RestApi.Client/KSql/RestApi/Statements/KSqlTypeTranslator.cs#L126
Possible null reference argument for parameter 'metadataProvider' in 'string MemberInfoExtensions.Format(MemberInfo memberInfo, IdentifierEscaping escaping, IMetadataProvider metadataProvider)'.
|
Execute ksqlDb RestApi Client Unit Tests:
ksqlDb.RestApi.Client/KSql/RestApi/Generators/TypeGenerator.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.
|
Execute ksqlDb RestApi Client Unit Tests:
ksqlDb.RestApi.Client/KSql/RestApi/Statements/CreateEntity.cs#L13
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.
|
Execute ksqlDb RestApi Client Unit Tests:
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.
|
Execute ksqlDb RestApi Client Unit Tests:
Tests/ksqlDB.RestApi.Client.Tests/Infrastructure/Extensions/ServiceCollectionExtensionsTests.cs#L14
Non-nullable field 'serviceCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute ksqlDb RestApi Client Unit Tests:
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Generators/TypeGeneratorTests.cs#L14
Non-nullable field 'modelBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Execute ksqlDb RestApi Client Unit Tests:
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.
|
Execute ksqlDb RestApi Client Unit Tests:
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.
|
Execute ksqlDb RestApi Client Unit Tests:
Tests/ksqlDB.RestApi.Client.Tests/KSql/Query/KSqlQueryGeneratorTests.cs#L127
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Execute ksqlDb RestApi Client Unit Tests:
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Statements/CreateEntityTests.cs#L768
Non-nullable property 'RowTime' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Build with dotnet:
ksqlDb.RestApi.Client.ProtoBuf/KSql/RestApi/KSqlDbQueryProvider.cs#L79
Possible null reference argument for parameter 'rawJson' in 'void KSqlDbProviderValueReader.OnError(string rawJson, JsonSerializerOptions jsonSerializerOptions)'.
|
Build with dotnet:
ksqlDb.RestApi.Client/KSql/RestApi/Statements/KSqlTypeTranslator.cs#L126
Possible null reference argument for parameter 'metadataProvider' in 'string MemberInfoExtensions.Format(MemberInfo memberInfo, IdentifierEscaping escaping, IMetadataProvider metadataProvider)'.
|
Build with dotnet:
ksqlDb.RestApi.Client/KSql/RestApi/Statements/CreateEntity.cs#L13
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.
|
Build with dotnet:
ksqlDb.RestApi.Client/KSql/RestApi/Generators/TypeGenerator.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.
|
Build with dotnet:
Tests/ksqlDB.RestApi.Client.Tests/Infrastructure/Extensions/ServiceCollectionExtensionsTests.cs#L14
Non-nullable field 'serviceCollection' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
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.
|
Build with dotnet:
Tests/ksqlDB.RestApi.Client.Tests/KSql/RestApi/Generators/TypeGeneratorTests.cs#L14
Non-nullable field 'modelBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
Build with dotnet:
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.
|
Build with dotnet:
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.
|
Build with dotnet:
Tests/ksqlDB.RestApi.Client.Tests/KSql/Query/KSqlQueryGeneratorTests.cs#L127
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading