Skip to content

.Net 10

.Net 10 #307

Triggered via push March 8, 2026 06:22
Status Success
Total duration 20m 39s
Artifacts 1

.net-build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/JsonProperty.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/JsonPropertyWriter.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Customer.cs#L7
Non-nullable property 'FirstName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Contact.cs#L21
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ComplexTypes.cs#L10
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ComplexTypes.cs#L8
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L26
Non-nullable property 'TestNotMapped' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ConfigurationEntry.cs#L21
Non-nullable property 'Description' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or 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 adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ComplexTypes.cs#L25
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ComplexTypes.cs#L23
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ComplexTypes.cs#L10
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/ComplexTypes.cs#L8
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or 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.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/JsonPropertyWriter.cs#L118
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
60.2 KB
sha256:4cda96a01867fc63e7beedf49dad165326a5092f5d0e4659f9e51870e003a959