chore: set prerelease-type to beta #47
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
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#L336
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
|
Build:
src/Postal.Tests/EmailViewRenderTests.cs#L337
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