Skip to content

release v8.6.0

release v8.6.0 #48

Triggered via push October 30, 2025 07:24
Status Success
Total duration 9m 25s
Artifacts 1

.net-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

32 warnings
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ColumnInfor.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ColumnInfor.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Contact.cs#L17
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Contact.cs#L11
Non-nullable property 'CountryIsoCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Contact.cs#L9
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Contact.cs#L7
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Customer.cs#L15
Non-nullable property 'Contacts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Customer.cs#L11
Non-nullable property 'CurrentCountryIsoCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Customer.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Customer.cs#L7
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/SingleKeyRow.cs#L9
Non-nullable property 'Column2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/SingleKeyRow.cs#L5
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L19
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L17
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L11
Non-nullable property 'RowVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/Contact.cs#L21
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/Contact.cs#L11
Non-nullable property 'CountryIsoCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/Contact.cs#L9
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/Contact.cs#L7
Non-nullable property 'EmailAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/CompositeKeyRow.cs#L11
Non-nullable property 'Column2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/CompositeKeyRow.cs#L7
Non-nullable property 'Id2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/CompositeKeyRow.cs#L5
Non-nullable property 'Id1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/Database/ConfigurationEntry.cs#L11
Non-nullable property 'RowVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/Database/CompositeKeyRow.cs#L11
Non-nullable property 'Column2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/Database/CompositeKeyRow.cs#L7
Non-nullable property 'Id2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/Database/CompositeKeyRow.cs#L5
Non-nullable property 'Id1' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/ExpressionExtensions/Person.cs#L17
Non-nullable property 'Address' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/ExpressionExtensions/Person.cs#L15
Non-nullable property 'PhoneNumber' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/ExpressionExtensions/Person.cs#L13
Non-nullable property 'Email' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/ExpressionExtensions/Person.cs#L9
Non-nullable property 'LastName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/ExpressionExtensions/Person.cs#L7
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ColumnInfor.cs#L25
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.

Artifacts

Produced during runtime
Name Size Digest
EntityFrameworkCore.SqlServer.SimpleBulks Expired
45.2 KB
sha256:f9cc400320bde760fe66dbfe06591ae6922288d13d86f67906fc967f56c31b97