fix: update tests correct port binding change in .net 8 #31
Annotations
6 warnings
Release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2, cycjimmy/semantic-release-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Release:
src/Bulwark.Auth.Guard/Key.cs#L16
Non-nullable property 'KeyId' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release:
src/Bulwark.Auth.Guard/Key.cs#L18
Non-nullable property 'Format' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release:
src/Bulwark.Auth.Guard/Key.cs#L20
Non-nullable property 'PublicKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release:
src/Bulwark.Auth.Guard/Key.cs#L22
Non-nullable property 'Algorithm' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Release
The 'licenseUrl' element will be deprecated. Consider using the 'license' element instead.
|