ConnectionContext #41
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#L17
Non-nullable property 'Customer' must contain a non-null value when exiting constructor. Consider 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 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/Customer.cs#L15
Non-nullable property 'Contacts' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Customer.cs#L11
Non-nullable property 'CurrentCountryIsoCode' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/Customer.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.ConnectionExtensionsTests/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.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.DbContextExtensionsTests/Database/TestDbContext.cs#L42
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
|
build:
src/EntityFrameworkCore.SqlServer.SimpleBulks.DbContextExtensionsTests/Database/TestDbContext.cs#L39
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
|
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/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.DbContextExtensionsTests/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.DbContextExtensionsTests/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/Address.cs#L7
Non-nullable property 'City' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
|
build:
src/EntityFrameworkCore.SqlServer.SimpleBulks.Tests/ExpressionExtensions/Address.cs#L5
Non-nullable property 'Street' 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/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.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/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.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
|
45.1 KB |
sha256:af1057b4ea61a0f3e2160c8a1ba9b9e9ac66b686de3057b71b57060454b4be53
|
|