Skip to content

.Net 10

.Net 10 #128

Triggered via push March 7, 2026 10:10
Status Success
Total duration 8m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/SingleKeyRow.cs#L45
Non-nullable property 'JsonOwnedShippingAddress' 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/SingleKeyRow.cs#L43
Non-nullable property 'JsonComplexShippingAddress' 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/SingleKeyRow.cs#L41
Non-nullable property 'OwnedShippingAddress' 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/SingleKeyRow.cs#L39
Non-nullable property 'ComplexShippingAddress' 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/SingleKeyRow.cs#L9
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.DbContextExtensionsTests/Database/SingleKeyRow.cs#L5
Non-nullable property 'Id' 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/TestDbContext.cs#L66
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/TestDbContext.cs#L63
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/TestDbContext.cs#L56
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/TestDbContext.cs#L40
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
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#L120
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ColumnInfor.cs#L56
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ColumnInfor.cs#L52
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/EntityFrameworkCore.SqlServer.SimpleBulks/ColumnInfor.cs#L50
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.