Skip to content

feat(exception): added netstandard2.1 support #13

feat(exception): added netstandard2.1 support

feat(exception): added netstandard2.1 support #13

Triggered via push October 21, 2024 07:02
Status Success
Total duration 27s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
publish
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
publish: AElf.ExceptionHandler/ExceptionHandlerInfo.cs#L8
Non-nullable property 'Method' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: AElf.ExceptionHandler/MethodExecutionArgs.cs#L9
Non-nullable property 'TargetObject' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: AElf.ExceptionHandler/MethodExecutionArgs.cs#L10
Non-nullable property 'MethodInfo' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: AElf.ExceptionHandler/MethodExecutionArgs.cs#L11
Non-nullable property 'Arguments' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: AElf.ExceptionHandler/MethodExecutionArgs.cs#L13
Non-nullable property 'Invocation' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: AElf.ExceptionHandler/ExceptionHandlerAttribute.cs#L22
Non-nullable property 'TargetType' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: AElf.ExceptionHandler/ExceptionHandlerAttribute.cs#L22
Non-nullable property 'MethodName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
publish: AElf.ExceptionHandler/ExceptionHandler.cs#L144
Dereference of a possibly null reference.
publish: AElf.ExceptionHandler/ExceptionHandler.cs#L209
The switch expression does not handle all possible values of its input type (it is not exhaustive). For example, the pattern 'AElf.ExceptionHandler.ReturnDefault.None' is not covered.
publish: AElf.ExceptionHandler/ExceptionHandler.cs#L481
Possible null reference return.