Eric Erhardt
Eric Erhardt
OK, this is now ready to merge. FYI @davidfowl @DamianEdwards
> and we get the namespace url in the following format: > `https://.servicebus.windows.net:443/` Note that this is the format that Azure returns when you create a new ServiceBus namespace: Since...
This should be able to resolve [Microsoft.Extensions.Caching.Hybrid is not trim/AOT compatible (dotnet/extensions#5624)](https://github.com/dotnet/extensions/issues/5624).
We should remove https://github.com/dotnet/extensions/blob/6f29ab505709370fc9b72bf4bb7e004a7662f69f/test/Libraries/Microsoft.Extensions.AotCompatibility.TestApp/Microsoft.Extensions.AotCompatibility.TestApp.csproj#L20-L21 as well. We should make the library trimming and AOT compatible.
Can you describe the scenario where you would want to suppress this warning?
> Maybe an alternative could be if you explicitly do IsAspireProjectResource="true" then it wouldn't warn I think that approach would be better. I'm not sure the "NoWarn" on the ProjectReference...