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
We're switching projects to use FrameworkReference wherever possible. link
Several AspNetCore packages will no longer be published in favor of FrameworkReference.
This simplifies our dependencies and ensures that we're always using the latest version of a library.
This change had some conflicts in our test projects.
AzureInstanceMetadataEndToEndTests depends on AzureInstanceMetadataServiceMock which creates an in-proc server to handle HTTP requests.
This is being addressed in a separate issue AzureInstanceMetadata: replace tests #2357
'IHostingEnvironment' is obsolete: 'This type is obsolete and will be removed in a future version.
The recommended alternative is Microsoft.AspNetCore.Hosting.IWebHostEnvironment.'
The text was updated successfully, but these errors were encountered:
This issue is to track extra changes due to #2355
We're switching projects to use
FrameworkReference
wherever possible. linkSeveral AspNetCore packages will no longer be published in favor of FrameworkReference.
This simplifies our dependencies and ensures that we're always using the latest version of a library.
This change had some conflicts in our test projects.
AzureInstanceMetadataEndToEndTests
depends onAzureInstanceMetadataServiceMock
which creates an in-proc server to handle HTTP requests.This is being addressed in a separate issue AzureInstanceMetadata: replace tests #2357
Microsoft.ApplicationInsights.AspNetCore.Tests.csproj
The text was updated successfully, but these errors were encountered: