Skip to content

BulkMergeTests

BulkMergeTests #32

Triggered via push October 27, 2025 10:38
Status Success
Total duration 6m 54s
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#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/ConfigurationEntry.cs#L20
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ConfigurationEntry.cs#L18
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ConfigurationEntry.cs#L16
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ConfigurationEntry.cs#L10
Non-nullable property 'RowVersion' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/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.ConnectionExtensionsTests/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.ConnectionExtensionsTests/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.DbContextExtensionsTests/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.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L27
Non-nullable property 'TestNotMapped' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L22
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L20
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#L18
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#L12
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.Tests/Database/ConfigurationEntry.cs#L12
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
41.2 KB
sha256:3c7678f0a747e6bfb55511203b24c37af0e4f5bc38e5740d555f560d63caff1a