Skip to content

.Net 8

.Net 8 #67

Triggered via push March 3, 2026 02:30
Status Failure
Total duration 11m 55s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

1 error and 20 warnings
build
Process completed with exit code 1.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/OwnedTypes.cs#L10
Non-nullable property 'Location' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/OwnedTypes.cs#L8
Non-nullable property 'Street' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/SingleKeyRow.cs#L41
Non-nullable property 'OwnedShippingAddress' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/SingleKeyRow.cs#L39
Non-nullable property 'ComplexShippingAddress' 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.ConnectionExtensionsTests/Database/TestDbContext.cs#L52
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/TestDbContext.cs#L49
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/TestDbContext.cs#L44
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/TestDbContext.cs#L41
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L11
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L9
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L9
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/ColumnInfor.cs#L24
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.