Visual Studio Feedback Bot
Visual Studio Feedback Bot
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Misleading-error-when-DI-fails/10728338)._ --- [severity:It's more difficult to complete my work] I recently lost over an hour to this one. I accidentally...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Version-17110---MSAL-Exception-Unhandl/10727217)._ --- [severity:I'm unable to use this version] [regression] [worked-in:17.10.3]   We upgraded VS2022 to the latest version...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Windows-Authentication-Type/10520750)._ --- [regression] [worked-in:net 7] Hello I just installed the latest .Net 8.0. In my projects i Use Windows Authentication...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Ihosted-service-Task-hosted-in-IIS-proce/10717550)._ --- [severity:It bothers me. A fix would be nice] I had create a small Ihosted service and deployed into...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/F-Intellisense-is-not-initialized-for-n/10699413)._ --- Having F# project like this ```XML $(DotNetVersion);$(DotNetVersion)-windows10.0.22621 $(OverrideTargetFramework) true Library true true ``` `global.json` ```JSON { "msbuild-sdks": {...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/References-to-local-functions-are-not-di/10661038)._ --- Local functions inside methods doesn't display references in code as it will normally do with normal methods. Additionally,...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/The-JSON-RPC-connection-with-the-remote-/10702918)._ --- [severity:It's more difficult to complete my work] Code Analysis, code colors and huge functionalities are broken because I...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Static-analysis-warning-suppression-does/10730680)._ --- [severity:It's more difficult to complete my work] I am trying to configure a static analysis warning to not...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/Code-cleanup-is-missing-option-to-remove/1657288)._ --- [severity:It's more difficult to complete my work] ReSharper's refactoring has the ability to remove blank lines automatically. There's...
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/An-easier-way-to-execute-Wrap-every-par/1667626)._ --- Say I have the following method ``` public Task HandleAsync(ActivityCreated domainEvent, CancellationToken cancellationToken) { throw new System.NotImplementedException(); }...