diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd620fa..8ceeee0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Fixed - Updated `HttpContext.Current` analyzer to more correctly identify uses of `HttpContext.Current` that need replaced [#628](https://github.com/dotnet/upgrade-assistant/pull/628). +- The Upgrade Assistant analzyer package no longer adds a WebTypeReplacements.typemap file to projects it's added to (more precisely, the file is present and available for analyzers to use but isn't visible in the solution explorer anymore) [#632](https://github.com/dotnet/upgrade-assistant/pull/632). ## Version 0.2.231403 - 2021-06-14 ([Link](https://www.nuget.org/packages/upgrade-assistant/0.2.231403)) diff --git a/Microsoft.DotNet.UpgradeAssistant.sln b/Microsoft.DotNet.UpgradeAssistant.sln index 90efd2c5..50459479 100644 --- a/Microsoft.DotNet.UpgradeAssistant.sln +++ b/Microsoft.DotNet.UpgradeAssistant.sln @@ -15,7 +15,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution CHANGELOG.md = CHANGELOG.md Directory.Build.props = Directory.Build.props Directory.Build.targets = Directory.Build.targets - Directory.Packages.props = Directory.Packages.props Extensions.targets = Extensions.targets GitVersion.yml = GitVersion.yml global.json = global.json diff --git a/src/extensions/default/analyzers/Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Package/build/TypeMaps.props b/src/extensions/default/analyzers/Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Package/build/TypeMaps.props index c419868c..bdfb06bd 100644 --- a/src/extensions/default/analyzers/Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Package/build/TypeMaps.props +++ b/src/extensions/default/analyzers/Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Package/build/TypeMaps.props @@ -1,6 +1,8 @@  - + + false + \ No newline at end of file