Updated Microsoft.Extensions.Compliance.Redaction docs #70
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Publish:
src/ZeroRedact.DemoSite/Pages/Home.razor#L50
This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
|
Publish:
src/ZeroRedact.DemoSite/Pages/Home.razor#L81
Non-nullable property 'StringToRedact' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L70
Possible null reference assignment.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L100
Dereference of a possibly null reference.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L100
Possible null reference assignment.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L103
Possible null reference argument for parameter 'value' in 'object Enum.Parse(Type enumType, string value)'.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L115
Possible null reference assignment.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L115
Dereference of a possibly null reference.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L115
Possible null reference assignment.
|
Publish:
src/ZeroRedact.DemoSite/RedactorComponent.razor#L32
Non-nullable property 'FunctionName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading