Add injectable IScenarioStateStore for distributed scenario state #1430
Annotations
21 warnings
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-dotnet@v4. 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/
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Settings/WireMockServerSettings.cs#L180
Missing XML comment for publicly visible type or member 'WireMockServerSettings.ScenarioStateStore'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L56
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.Clear()'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L51
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.TryRemove(string)'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L40
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.Update(string, Action<ScenarioState>)'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L35
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.AddOrUpdate(string, Func<string, ScenarioState>, Func<string, ScenarioState, ScenarioState>)'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L30
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.TryAdd(string, ScenarioState)'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L25
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.ContainsKey(string)'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L20
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.GetAll()'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L15
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore.TryGet(string, out ScenarioState?)'
|
|
WireMock.Net.Tests:
src/WireMock.Net.Shared/Handlers/InMemoryScenarioStateStore.cs#L11
Missing XML comment for publicly visible type or member 'InMemoryScenarioStateStore'
|
|
WireMock.Net.TUnitTests
Missing XML comment for publicly visible type or member 'YamlIncludeNodeDeserializerOptions.DirectoryName'
|
|
WireMock.Net.TUnitTests
Missing XML comment for publicly visible type or member 'YamlIncludeNodeDeserializerOptions'
|
|
WireMock.Net.TUnitTests
Missing XML comment for publicly visible type or member 'YamlIncludeNodeDeserializer.YamlIncludeNodeDeserializer(YamlIncludeNodeDeserializerOptions)'
|
|
WireMock.Net.TUnitTests
Missing XML comment for publicly visible type or member 'YamlIncludeNodeDeserializer'
|
|
WireMock.Net.TUnitTests
Missing XML comment for publicly visible type or member 'RamlConverter'
|
|
WireMock.Net.TUnitTests:
src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs#L55
XML comment is not placed on a valid language element
|
|
WireMock.Net.TUnitTests:
src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs#L77
Non-nullable property 'PrefixForSavedMappingFile' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
WireMock.Net.TUnitTests:
src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs#L27
Non-nullable property 'Url' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
WireMock.Net.TUnitTests:
src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs#L17
Non-nullable property 'WebProxySettings' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
|
WireMock.Net.TUnitTests:
src/WireMock.Net.Abstractions/Admin/Settings/ProxyAndRecordSettingsModel.cs#L12
Non-nullable property 'ClientX509Certificate2ThumbprintOrSubjectName' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
Loading