Feature/uniqe constraints #31
Merged
Annotations
10 warnings
|
EntityFramework.Explained/Schema/Patterns/GenericIdentity.cs#L48
Public method 'MappingWithConverterAndGI' on test class 'GenericIdentity' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
EntityFramework.Explained/Schema/Inheritance/DiscriminatorColumn.cs#L46
Non-nullable property 'isPet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EntityFramework.Explained/Schema/Conventions/ColumnAttributeOverrides.cs#L21
Non-nullable property 'StudentName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EntityFramework.Explained/Schema/Inheritance/TablePerHierarchy.cs#L52
Non-nullable property 'isPet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EntityFramework.Explained/Schema/Patterns/GenericIdentity.cs#L22
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EntityFramework.Explained/Schema/Patterns/GenericIdentity.cs#L48
Public method 'MappingWithConverterAndGI' on test class 'GenericIdentity' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
|
EntityFramework.Explained/Schema/Inheritance/DiscriminatorColumn.cs#L46
Non-nullable property 'isPet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EntityFramework.Explained/Schema/Conventions/ColumnAttributeOverrides.cs#L21
Non-nullable property 'StudentName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EntityFramework.Explained/Schema/Inheritance/TablePerHierarchy.cs#L52
Non-nullable property 'isPet' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
EntityFramework.Explained/Schema/Patterns/GenericIdentity.cs#L22
Non-nullable property 'Id' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
The logs for this run have expired and are no longer available.
Loading