Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump System.Reflection.MetadataLoadContext from 7.0.0 to 8.0.0 #1734

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Merge branch 'main' into dependabot/nuget/System.Reflection.MetadataL…

42e0ce9
Select commit
Loading
Failed to load commit list.
Open

chore(deps): Bump System.Reflection.MetadataLoadContext from 7.0.0 to 8.0.0 #1734

Merge branch 'main' into dependabot/nuget/System.Reflection.MetadataL…
42e0ce9
Select commit
Loading
Failed to load commit list.
Azure Pipelines / accessibility-insights-windows-PR failed Jul 19, 2024 in 13m 55s

Build #2024-07-19.01 had test failures

Details

Tests

  • Failed: 1 (0.17%)
  • Passed: 567 (97.09%)
  • Other: 16 (2.74%)
  • Total: 584
Code coverage

  • 7940 of 36153 blocks covered (21.96%)
  • 4641 of 20732 lines covered (22.39%)
  • 8352 of 43880 blocks covered (19.03%)
  • 5735 of 30278 lines covered (18.94%)

Annotations

Check failure on line 343 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / accessibility-insights-windows-PR

Build log #L343

Test Run Failed.

Check failure on line 682 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / accessibility-insights-windows-PR

Build log #L682

Test Run Failed.

Check failure on line 723 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / accessibility-insights-windows-PR

Build log #L723

Test Run Failed.

Check failure on line 775 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / accessibility-insights-windows-PR

Build log #L775

Test Run Failed.

Check failure on line 1 in ManifestTests.IntegrationTests.EmbeddedManifestMatchesRawManifest

See this annotation in the file changed.

@azure-pipelines azure-pipelines / accessibility-insights-windows-PR

ManifestTests.IntegrationTests.EmbeddedManifestMatchesRawManifest

Test method ManifestTests.IntegrationTests.EmbeddedManifestMatchesRawManifest threw exception: 
System.TypeInitializationException: The type initializer for 'PerTypeValues`1' threw an exception. ---> System.IO.FileLoadException: Could not load file or assembly 'System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Raw output
    at System.SpanHelpers.PerTypeValues`1.MeasureArrayAdjustment()
   at System.SpanHelpers.PerTypeValues`1..cctor()
--- End of inner exception stack trace ---
    at System.SpanHelpers.IsReferenceOrContainsReferences[T]()
   at System.Reflection.Internal.MemoryBlock.GetUtf8NullTerminatedLength(Int32 offset, Int32& numberOfBytesRead, Char terminator)
   at System.Reflection.Metadata.MetadataReader.ReadMetadataHeader(BlobReader& memReader, String& versionString)
   at System.Reflection.Metadata.MetadataReader..ctor(Byte* metadata, Int32 length, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder, Object memoryOwner)
   at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader, MetadataReaderOptions options, MetadataStringDecoder utf8Decoder)
   at System.Reflection.Metadata.PEReaderExtensions.GetMetadataReader(PEReader peReader)
   at AccessibilityInsights.SetupLibrary.FileHelpers.ExtractResourceFromStream(Stream stream, String resourceName) in \src\AccessibilityInsights.SetupLibrary\FileHelpers.cs:line 84
   at AccessibilityInsights.SetupLibrary.ChannelInfoUtilities.GetChannelInfoFromSignedManifest(Stream stream, Func`2 streamTrustCheck) in \src\AccessibilityInsights.SetupLibrary\ChannelInfoUtilities.cs:line 50
   at ManifestTests.IntegrationTests.EmbeddedManifestMatchesRawManifest() in \src\ManifestTests\IntegrationTests.cs:line 69