Unit Testing MAUI .net8.0 version facing manifests issue #21211
Labels
area-testing
Unit tests, device tests
s/move-to-vs-feedback
Tells automation to ask the person to use VS Feedback to report the issue
s/needs-attention
Issue has more information and needs another look
t/bug
Something isn't working
Description
when running the unit test from test console , getting the bellow error
/usr/local/share/dotnet/packs/Microsoft.NET.Runtime.MonoTargets.Sdk/8.0.3/Sdk/RuntimeComponentManifest.targets(5,5): Error: Empty ResolveFrameworkReference.RuntimePackPath while trying to read runtime components manifest. ResolvedFrameworkReference available: { Microsoft.NETCore.App, RuntimePackPath: }
this error is corresponding to Testing host file missing for 8.0 in the dotnet & also manifest with Microsoft.Net.Test.SDk , & Xunit/NUnit framework usage .
i use VS 2023 For Mac with enterprise license & .net 8.0 latest SDK and workload installed for MAUI
Steps to Reproduce
No response
Link to public reproduction project repository
No response
Version with bug
8.0.3 GA
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
7.0.86
Affected platforms
I was not able test on other platforms
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: