YuliiaKovalova
YuliiaKovalova
changes from https://github.com/dotnet/install-scripts/commit/e9163da52c5cf33f9d68627d0bf49cc557d005e3 commit
### Windows Terminal version 1.18.10301.0 ### Windows build number 10.0.19045 ### Other Software _No response_ ### Steps to reproduce No repro, these extra symbols occur in the output from time...
## Details Backport the next changes/bug fixes: https://github.com/microsoft/MSBuildLocator/pull/283 https://github.com/microsoft/MSBuildLocator/pull/281 https://github.com/microsoft/MSBuildLocator/pull/280
1. Remove extra property AllowQueryAllRuntimeVersions. AllowAllRuntimeVersions from [VisualStudioInstanceQueryOptions.cs](https://github.com/microsoft/MSBuildLocator/pull/281/files/ca50741dbefae60fca50c6098f196831e75cc798#diff-1f6b7466885c2f07527b05f53408d46752261ab86dfbe34127493417d6f60474) means the same, but can't clean up immediately due to backward compatibility. 2. There is a request to add a warning message...
There is a request to add a warning message about the possible compatibility issues - sometimes MSBuild that is being loaded is just too old to have modern things.
Add guardrails that can notify a customer that some of the deployed assemblies in a project can break MSBuild stuff.
### Is your feature request related to a problem? Please describe. Feature request ### Describe the solution you'd like. - Classes are generated with the same namespace as their containing...
Update documentation for .NET 8 release on [learn.microsoft.com](https://learn.microsoft.com/) - [x] add updates related to template package info displaying (owner, trusted identifier, vulnerabilities, new package info command https://github.com/dotnet/templating/issues/5861) - https://github.com/dotnet/docs/pull/35919 -...
### Product dotnet CLI (dotnet new) ### Describe The Bug Running the command with the version specified doesn't display the list of templates: dotnet new details NUnit3.DotNetNew.Template -version "1.7.0" [NUnit3.DotNetNew.Template...
Related to #5381 Migrate selected tests from https://github.com/dotnet/sdk/tree/main/src/Tests/dotnet-new.Tests to dotnet/templating. The list TBD.