Update CHANGELOG.md #44
Annotations
11 warnings
publish
The following actions use a deprecated Node.js version and will be forced to run on node20: 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:
test/benchmark/NormalBenchmark/UnsafeDelegate.cs#L34
Possible null reference argument for parameter 'method' in 'Delegate Delegate.CreateDelegate(Type type, MethodInfo method)'.
|
publish:
test/benchmark/NormalBenchmark/UnsafeDelegate.cs#L26
Non-nullable field 'func' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L45
Possible null reference assignment.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L46
Possible null reference argument for parameter 'method' in 'MethodInvoker MethodInvoker.Create(MethodBase method)'.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L37
Non-nullable field '_method3' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L38
Non-nullable field '_method3Invoker' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L39
Non-nullable field '_method3Action' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L35
The field 'TestClass._arg11' is assigned but its value is never used
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L35
The field 'TestClass._arg22' is assigned but its value is never used
|
publish:
test/benchmark/BenchmarkProject/TestClass.cs#L35
The field 'TestClass._arg00' is assigned but its value is never used
|