release v10.0.0 #317
Annotations
40 warnings
|
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/SqlTableInforBuilder.cs#L231
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
build:
src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L209
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#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.
|
|
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#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.ConnectionExtensionsTests/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.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/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/SqlTableInforBuilder.cs#L209
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.3 KB |
sha256:75f87e9ce41d1fe6c883984e119ae607b3ca05b3f0af4fc8084b1e824ef85fd6
|
|