I just switched from VS 2017 to VS 2022.
When I try to run method from class library project in immediate window I get “An expression evaluation is already in progress.” (with no results or errors displayed) or “The operation could not be completed” error.
This is how I called method in VS 2017 and had no issues with it:
? Exports.AssemblySettings.Set("05.07.2024","password")
Is there any other way to run methods in VS 2022 or what must I do to run It in debug mode same as before?