Skip to content

Bump Microsoft.Extensions.Caching.Memory to 9.0.8 - #455

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/tests/Domain.Tests/multi-245b670db7
Open

Bump Microsoft.Extensions.Caching.Memory to 9.0.8#455
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/tests/Domain.Tests/multi-245b670db7

Bump Microsoft.Extensions.Caching.Memory to 9.0.8

7724b1f
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Azure Pipelines / michaelvolz.OpenGraphTilemaker failed Aug 7, 2025 in 2m 58s

Build #20250807.15 had test failures

Details

Tests

  • Failed: 2 (2.86%, 2 new, 0 recurring)
  • Passed: 67 (95.71%)
  • Other: 1 (1.43%)
  • Total: 70

Annotations

Check failure on line 63 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / michaelvolz.OpenGraphTilemaker

Build log #L63

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 107 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / michaelvolz.OpenGraphTilemaker

Build log #L107

Error: The process 'C:\hostedtoolcache\windows\dotnet\dotnet.exe' failed with exit code 1

Check failure on line 112 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / michaelvolz.OpenGraphTilemaker

Build log #L112

Dotnet command failed with non-zero exit code on the following projects : [
  'D:\\a\\1\\s\\tests\\Domain.Tests\\Domain.Tests.csproj',
  'D:\\a\\1\\s\\tests\\Experiment.Tests\\Experiment.Tests.csproj'
]

Check failure on line 1 in Domain.Tests.OpenGraphTilemaker.GetPocket.PocketTests.GetEntries

See this annotation in the file changed.

@azure-pipelines azure-pipelines / michaelvolz.OpenGraphTilemaker

Domain.Tests.OpenGraphTilemaker.GetPocket.PocketTests.GetEntries

System.Net.Http.HttpRequestException : Response status code does not indicate success: 404 (Not Found).
Raw output
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Xml.XmlDownloadManager.GetNonFileStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
   at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
   at System.Xml.XmlTextReaderImpl.FinishInitUriString()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlReader.MoveToContent()
   at System.Xml.XmlReader.IsStartElement(String localname, String ns)
   at Microsoft.SyndicationFeed.Rss.RssFeedReader.InitRead()
   at Microsoft.SyndicationFeed.Rss.RssFeedReader.Read()
   at Common.Feed`1.GetFeedAsync(Uri uri, Func`2 convert, Func`2 property, SortOrder order) in D:\a\1\s\src\Common\Feed`1.cs:line 29
   at Domain.OpenGraphTilemaker.GetPocket.Pocket.<>c__DisplayClass3_0.<<GetEntriesAsync>b__1>d.MoveNext() in D:\a\1\s\src\Domain\OpenGraphTilemaker\GetPocket\Pocket.cs:line 33
--- End of stack trace from previous location ---
   at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory, MemoryCacheEntryOptions createOptions)
   at Domain.OpenGraphTilemaker.GetPocket.Pocket.GetEntriesAsync(IPocketOptions options) in D:\a\1\s\src\Domain\OpenGraphTilemaker\GetPocket\Pocket.cs:line 29
   at Domain.Tests.OpenGraphTilemaker.GetPocket.PocketTests.GetEntries() in D:\a\1\s\tests\Domain.Tests\OpenGraphTilemaker\GetPocket\PocketTests.cs:line 41
--- End of stack trace from previous location ---

Check failure on line 1 in Experiment.Tests.Features.OpenGraphTiles.FetchTilesHandlerTests.FetchTilesRequest_FakeHttpClient

See this annotation in the file changed.

@azure-pipelines azure-pipelines / michaelvolz.OpenGraphTilemaker

Experiment.Tests.Features.OpenGraphTiles.FetchTilesHandlerTests.FetchTilesRequest_FakeHttpClient

System.Net.Http.HttpRequestException : Response status code does not indicate success: 404 (Not Found).
Raw output
   at System.Net.Http.HttpResponseMessage.EnsureSuccessStatusCode()
   at System.Net.Http.HttpClient.GetStreamAsyncCore(HttpRequestMessage request, CancellationToken cancellationToken)
   at System.Xml.XmlDownloadManager.GetNonFileStreamAsync(Uri uri, ICredentials credentials, IWebProxy proxy)
   at System.Xml.XmlUrlResolver.GetEntityAsync(Uri absoluteUri, String role, Type ofObjectToReturn)
   at System.Xml.XmlTextReaderImpl.FinishInitUriString()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlReader.MoveToContent()
   at System.Xml.XmlReader.IsStartElement(String localname, String ns)
   at Microsoft.SyndicationFeed.Rss.RssFeedReader.InitRead()
   at Microsoft.SyndicationFeed.Rss.RssFeedReader.Read()
   at Common.Feed`1.GetFeedAsync(Uri uri, Func`2 convert, Func`2 property, SortOrder order) in D:\a\1\s\src\Common\Feed`1.cs:line 29
   at Domain.OpenGraphTilemaker.GetPocket.Pocket.<>c__DisplayClass3_0.<<GetEntriesAsync>b__1>d.MoveNext() in D:\a\1\s\src\Domain\OpenGraphTilemaker\GetPocket\Pocket.cs:line 33
--- End of stack trace from previous location ---
   at Microsoft.Extensions.Caching.Memory.CacheExtensions.GetOrCreateAsync[TItem](IMemoryCache cache, Object key, Func`2 factory, MemoryCacheEntryOptions createOptions)
   at Domain.OpenGraphTilemaker.GetPocket.Pocket.GetEntriesAsync(IPocketOptions options) in D:\a\1\s\src\Domain\OpenGraphTilemaker\GetPocket\Pocket.cs:line 29
   at Experiment.Features.OpenGraphTilesControl.FetchTilesHandler.Handle(FetchTilesRequest aAction, CancellationToken aCancellationToken) in D:\a\1\s\src\Experiment\Features\OpenGraphTilesControl\FetchTiles\FetchTilesHandler.cs:line 36
   at Experiment.Tests.Features.OpenGraphTiles.FetchTilesHandlerTests.FetchTilesRequest_FakeHttpClient() in D:\a\1\s\tests\Experiment.Tests\Features\OpenGraphTiles\FetchTiles\FetchTilesHandlerTests.cs:line 32
--- End of stack trace from previous location ---