Merge pull request #113 from mrt181/main #954
Annotations
14 warnings
Tests/SqlServer.Connector.Tests/Connect/KsqlDbConnectTests.cs#L235
Possible null reference argument for parameter 'source' in 'Connector Enumerable.First<Connector>(IEnumerable<Connector> source, Func<Connector, bool> predicate)'.
|
Tests/SqlServer.Connector.Tests/Connect/KsqlDbConnectTests.cs#L234
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Connector, string>(IEnumerable<Connector> source, Func<Connector, string> selector)'.
|
Tests/SqlServer.Connector.Tests/Data/ApplicationDbContext.cs#L13
Possible null reference return.
|
Tests/SqlServer.Connector.Tests/obj/Debug/net9.0/TestPlatformEntryPoint.cs#L10
Method 'TestingPlatformEntryPoint.Main(string[])' will not be used as an entry point because a synchronous entry point 'AutoGeneratedProgram.Main(string[])' was found.
|
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/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#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/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/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/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/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.
|
The logs for this run have expired and are no longer available.
Loading