Annotations
2 errors and 10 warnings
|
Test
Process completed with exit code 1.
|
Build:
src/Postal.AspNetCore/Email.cs#L114
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Postal.AspNetCore/Email.cs#L128
Possible null reference assignment.
|
Build:
src/Postal.AspNetCore/Email.cs#L114
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Postal.AspNetCore/Email.cs#L128
Possible null reference assignment.
|
Build:
src/Postal.Tests/EmailViewRenderTests.cs#L334
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Postal.Tests/EmailViewRenderTests.cs#L335
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build
The entry point of the program is global code; ignoring 'AutoGeneratedProgram.Main(string[])' entry point.
|
Build:
src/Postal.AspNetCore/Email.cs#L114
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Build:
src/Postal.AspNetCore/Email.cs#L128
Possible null reference assignment.
|
Build:
src/Postal.AspNetCore/Email.cs#L114
Nullability of type of parameter 'value' doesn't match overridden member (possibly because of nullability attributes).
|
Loading