You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When publishing an app that uses HttpClient, it results in IL3000.
System.Net.Quic.MsQuicApi..cctor(): 'System.Reflection.Assembly.Location.get' always returns an empty string for assemblies embedded in a single-file app. If the path to the app directory is needed, consider calling 'System.AppContext.BaseDirectory'.
Describe the bug
When publishing an app that uses
HttpClient
, it results in IL3000.To Reproduce
Here's a repo that contains the minimal repro console app: https://github.com/euju-ms/MsQuicApiError
Properties\PublishProfiles\FolderProflie.pubxml
, then observe the error.Exceptions (if any)
Further technical details
dotnet --info
The text was updated successfully, but these errors were encountered: