Skip to content

Merge branch 'main' of https://github.com/tomasfabian/ksqlDB.RestApi.… #926

Merge branch 'main' of https://github.com/tomasfabian/ksqlDB.RestApi.…

Merge branch 'main' of https://github.com/tomasfabian/ksqlDB.RestApi.… #926

Triggered via push December 13, 2024 16:15
Status Success
Total duration 1m 0s
Artifacts

dotnetblazor.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

14 warnings
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build: Tests/SqlServer.Connector.Tests/Data/ApplicationDbContext.cs#L13
Possible null reference return.
build: Tests/SqlServer.Connector.Tests/Connect/KsqlDbConnectTests.cs#L233
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Connector, string>(IEnumerable<Connector> source, Func<Connector, string> selector)'.
build: Tests/SqlServer.Connector.Tests/Connect/KsqlDbConnectTests.cs#L234
Possible null reference argument for parameter 'source' in 'Connector Enumerable.First<Connector>(IEnumerable<Connector> source, Func<Connector, bool> predicate)'.
build: Tests/SqlServer.Connector.Tests/Data/ApplicationDbContext.cs#L13
Possible null reference return.
build: Tests/SqlServer.Connector.Tests/Connect/KsqlDbConnectTests.cs#L233
Possible null reference argument for parameter 'source' in 'IEnumerable<string> Enumerable.Select<Connector, string>(IEnumerable<Connector> source, Func<Connector, string> selector)'.
build: Tests/SqlServer.Connector.Tests/Connect/KsqlDbConnectTests.cs#L234
Possible null reference argument for parameter 'source' in 'Connector Enumerable.First<Connector>(IEnumerable<Connector> source, Func<Connector, bool> predicate)'.
build: 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: 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: 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: 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: 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: Tests/ksqlDB.RestApi.Client.Tests/KSql/Linq/PullQueries/PullQueryExtensionsTests.cs#L259
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: 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.