The templates tests are currently failing with following error:
Warning As Error: Package 'MessagePack' 2.5.192 has a known high severity vulnerability, https://github.com/advisories/GHSA-hv8m-jj95-wg3x
It's because of following dependency:
Aspire.Hosting.AppHost 13.4.3
→ Aspire.Hosting 13.4.3
→ StreamJsonRpc 2.22.23
→ MessagePack >= 2.5.192
Aspire is working on a fix: microsoft/aspire#18153
According to microsoft/aspire#18155:
No direct exposure for us — we don't use the MessagePack formatter
The templates tests are currently failing with following error:
It's because of following dependency:
Aspire is working on a fix: microsoft/aspire#18153
According to microsoft/aspire#18155: