Skip to content

Update Microsoft.Extensions.AI version & expose JSON configuration on McpServerResourceCreateOptions #442

Update Microsoft.Extensions.AI version & expose JSON configuration on McpServerResourceCreateOptions

Update Microsoft.Extensions.AI version & expose JSON configuration on McpServerResourceCreateOptions #442

Re-run triggered June 12, 2025 17:25
Status Failure
Total duration 4m 26s
Artifacts 6

ci-build-test.yml

on: pull_request
Matrix: build
publish-coverage  /  publish-coverage
publish-coverage / publish-coverage
Fit to window
Zoom out
Zoom in

Annotations

54 errors
build (macos-latest, Debug)
Process completed with exit code 1.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L185
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L287
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L542
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnResourceContents: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L450
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.TextResourceContents' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L506
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerPromptTests.CanReturnPromptMessages: /_/tests/ModelContextProtocol.Tests/Server/McpServerPromptTests.cs#L212
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.PromptMessage[]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
build (macos-latest, Release)
Process completed with exit code 1.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L542
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnResourceContents: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L450
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.TextResourceContents' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L506
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerPromptTests.CanReturnPromptMessages: /_/tests/ModelContextProtocol.Tests/Server/McpServerPromptTests.cs#L212
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.PromptMessage[]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L287
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L185
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
build (ubuntu-latest, Debug)
Process completed with exit code 1.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L287
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L185
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnResourceContents: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L450
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.TextResourceContents' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L542
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L506
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerPromptTests.CanReturnPromptMessages: /_/tests/ModelContextProtocol.Tests/Server/McpServerPromptTests.cs#L212
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.PromptMessage[]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
build (ubuntu-latest, Release)
Process completed with exit code 1.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L185
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L287
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerPromptTests.CanReturnPromptMessages: /_/tests/ModelContextProtocol.Tests/Server/McpServerPromptTests.cs#L212
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.PromptMessage[]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L506
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnResourceContents: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L450
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.TextResourceContents' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L542
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
build (windows-latest, Release)
Process completed with exit code 1.
ModelContextProtocol.Tests.Server.McpServerPromptTests.CanReturnPromptMessages: /_/tests/ModelContextProtocol.Tests/Server/McpServerPromptTests.cs#L212
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.PromptMessage[]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnResourceContents: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L450
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.TextResourceContents' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L542
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L506
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L185
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L287
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
build (windows-latest, Debug)
Process completed with exit code 1.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L506
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnResourceContents: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L450
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.TextResourceContents' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerResourceTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerResourceTests.cs#L542
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfStrings: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L287
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[System.String]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerPromptTests.CanReturnPromptMessages: /_/tests/ModelContextProtocol.Tests/Server/McpServerPromptTests.cs#L212
System.NotSupportedException : JsonTypeInfo metadata for type 'ModelContextProtocol.Protocol.PromptMessage[]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.
ModelContextProtocol.Tests.Server.McpServerToolTests.CanReturnCollectionOfAIContent: /_/tests/ModelContextProtocol.Tests/Server/McpServerToolTests.cs#L185
System.NotSupportedException : JsonTypeInfo metadata for type 'System.Collections.Generic.List`1[Microsoft.Extensions.AI.AIContent]' was not provided by TypeInfoResolver of type '[ModelContextProtocol.McpJsonUtilities+JsonContext, Microsoft.Extensions.AI.AIJsonUtilities+JsonContext]'. If using source generation, ensure that all root types passed to the serializer have been annotated with 'JsonSerializableAttribute', along with any types that might be serialized polymorphically.

Artifacts

Produced during runtime
Name Size Digest
testresults-macos-latest-Debug Expired
1.1 MB
sha256:9941cb7c965e112bbe14534561976463403020cfaea30216308d90daf34279fb
testresults-macos-latest-Release Expired
1020 KB
sha256:5135dd66bf68f5825dbc4c99f9742b644927d4b823fc47dc630e90b46f37bde0
testresults-ubuntu-latest-Debug Expired
1.1 MB
sha256:d96d4b880e3b4a82600776ef0adf0bd85cc9a5427c1e15281b3208403776deb4
testresults-ubuntu-latest-Release Expired
1020 KB
sha256:4784afa9b18133898c90239c3e208519fa75afca602e0f3b9cdc939c9f18b8de
testresults-windows-latest-Debug Expired
1.1 MB
sha256:ce5dee6c268dad90da2011f4b06b3860cad91c90557577ad4d3f9003c41c2776
testresults-windows-latest-Release Expired
1010 KB
sha256:a4e36b0d93bc898b98cc50e7e57d6749af277d07825cf46a52bf3ecce152e55c