.Net 10 #48
Merged
.Net 10 #48
Annotations
20 warnings
|
ConnectionExtensionsTests:
src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ConfigurationEntry.cs#L18
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ConnectionExtensionsTests:
src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ConfigurationEntry.cs#L16
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ConnectionExtensionsTests:
src/EntityFrameworkCore.SqlServer.SimpleBulks.ConnectionExtensionsTests/Database/ConfigurationEntry.cs#L10
Non-nullable property 'RowVersion' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
ConnectionExtensionsTests:
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.
|
|
ConnectionExtensionsTests:
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.
|
|
ConnectionExtensionsTests:
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.
|
|
ConnectionExtensionsTests:
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.
|
|
ConnectionExtensionsTests:
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.
|
|
ConnectionExtensionsTests:
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.
|
|
ConnectionExtensionsTests:
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.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L209
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/SqlTableInforBuilder.cs#L166
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L14
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/ValueConverter.cs#L23
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
|
Tests:
src/EntityFrameworkCore.SqlServer.SimpleBulks/JsonPropertyWriter.cs#L118
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Loading