Daniel Plaisted

Results 190 comments of Daniel Plaisted

> Wow, that's bizarre. Why does that even _exist?_ No idea. If you've got it in a source code repo you could look at the history / blame information to...

This will be fix in the GA release of .NET 7. For workarounds in the meantime, see https://github.com/dotnet/sdk/issues/28217

I thought that `ResolvePackageDependencies` was deprecated and shouldn't be called by default anymore. I think the project system in Visual Studio was updated so that it parses the assets file...

Looking at this more, it looks like `ResolvePackageDependencies` does normally run, but it does less work unless `EmitLegacyAssetsFileItems` is true. However, it still has to read the assets file. It...

I think the advertising manifest folder we're probably interested in is `%userprofile%\.dotnet\sdk-advertising`.

This will be fixed in the GA release (via https://github.com/dotnet/sdk/pull/28327)

I believe if you remove the following from the command line (without modifying the project file), this should work: `/p:TargetFrameworks="net6.0-windows10.0.19041;net6.0"`

I just hit this, and it looks like you don't have to use the `MSBuild` task. I get it when I run `msbuild /restore /nr:false` in a folder with a...

This seems to break using the preprocessed file to build. I get this error: > C:\Users\daplaist\Documents\Visual Studio 2017\Projects\ConsoleApp30\ConsoleApp30\msbuild.xml(26,18): error MSB4066: The attribute "xmlns" in element is unrecognized