Bump WireMock.Net from 1.25.0 to 2.0.0 #65
Annotations
11 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: gittools/actions/gitversion/execute@v1.1.1, gittools/actions/gitversion/setup@v1.1.1. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build:
src/Signal.Bot.Example/Examples/CommandBot.cs#L8
Non-nullable field '_client' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
Build:
src/Signal.Bot.Example/Examples/EchoBot.cs#L8
The entry point of the program is global code; ignoring 'EchoBotProgramm.Main(string[])' entry point.
|
|
Build:
src/Signal.Bot.Example/Examples/CommandBot.cs#L11
The entry point of the program is global code; ignoring 'CommandBot.Main(string[])' entry point.
|
|
Build:
src/Signal.Bot.UnitTests/Serialization/QuoteDataSerializationTests.cs#L13
The variable 'timestamp' is assigned but its value is never used
|
|
Build:
src/Signal.Bot/Requests/RequestBase.cs#L26
Missing XML comment for publicly visible type or member 'RequestBase<TResponse>.RequestBase(string, HttpMethod?)'
|
|
Build:
src/Signal.Bot/Requests/RequestBase.cs#L26
Missing XML comment for publicly visible type or member 'RequestBase<TResponse>'
|
|
Build:
src/Signal.Bot/Requests/IRequest.cs#L25
Missing XML comment for publicly visible type or member 'IRequest<TResponse>'
|
|
Build:
src/Signal.Bot/Extensions.cs#L557
XML comment has cref attribute 'RemoteDelete' that could not be resolved
|
|
Build:
src/Signal.Bot/Extensions.cs#L510
XML comment has cref attribute 'RemoteDelete' that could not be resolved
|
|
Build:
src/Signal.Bot/Types/GroupInfo.cs#L34
Non-nullable property 'Type' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading