chore(deps): update dependency microsoft.codeanalysis.fxcopanalyzers to v2.9.12 - autoclosed #28
Triggered via pull request
February 17, 2024 23:47
Status
Failure
Total duration
55m 10s
Artifacts
–
Annotations
1 error and 7 warnings
build / build
The process 'C:\Program Files\dotnet\dotnet.exe' failed with exit code 1
|
build / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: glennawatson/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
build / build:
src/System.Reactive.Wasm/Internal/WasmScheduler.cs#L73
Call System.IDisposable.Dispose on object created by 'new AsyncLock()' before all references to it are out of scope. (https://docs.microsoft.com/visualstudio/code-quality/ca2000)
|
build / build:
src/System.Reactive.Wasm/Internal/WasmScheduler.cs#L64
Method 'IDisposable WasmScheduler.SchedulePeriodic<TState>(TState state, TimeSpan period, Func<TState, TState> action)' passes a literal string as parameter 'message' of a call to 'ArgumentOutOfRangeException.ArgumentOutOfRangeException(string paramName, string message)'. Retrieve the following string(s) from a resource table instead: "The WinRT thread pool doesn't support creating periodic timers with a period below 1 millisecond.". (https://docs.microsoft.com/visualstudio/code-quality/ca1303)
|
build / build:
src/System.Reactive.Wasm/Internal/WasmScheduler.cs#L144
Method 'WasmRuntime.WasmRuntime()' passes a literal string as parameter 'message' of a call to 'NotSupportedException.NotSupportedException(string message)'. Retrieve the following string(s) from a resource table instead: "The currently running version of the runtime does not support this version of the WebAssembly scheduler.". (https://docs.microsoft.com/visualstudio/code-quality/ca1303)
|
build / build
In externally visible method 'string ApiGenerator.GeneratePublicApi(Assembly assembly, Type[] includeTypes = null, bool shouldIncludeAssemblyAttributes = true, string[] whitelistedNamespacePrefixes = null, string[] excludeAttributes = null)', validate parameter 'assembly' is non-null before using it. If appropriate, throw an ArgumentNullException when the argument is null or add a Code Contract precondition asserting non-null argument. (https://docs.microsoft.com/visualstudio/code-quality/ca1062)
|
build / build
Method 'void ApiGenerator.PopulateGenericParameters(IGenericParameterProvider publicType, CodeTypeParameterCollection parameters)' passes a literal string as parameter 'message' of a call to 'NotImplementedException.NotImplementedException(string message)'. Retrieve the following string(s) from a resource table instead: "Attributes on type parameters is not supported. And weird". (https://docs.microsoft.com/visualstudio/code-quality/ca1303)
|
build / build
Method 'CodeTypeDeclaration ApiGenerator.CreateTypeDeclaration(TypeDefinition publicType, string[] whitelistedNamespacePrefixes, HashSet<string> excludeAttributes)' passes a literal string as parameter 'message' of a call to 'NotImplementedException.NotImplementedException(string message)'. Retrieve the following string(s) from a resource table instead: "Base types for interfaces needs testing". (https://docs.microsoft.com/visualstudio/code-quality/ca1303)
|