Daniel Plaisted

Results 190 comments of Daniel Plaisted

@markwilkie This isn't really about preference for a different folder, which seems to be what the guidance is about. This is about making it easier to develop for multiple operating...

I ended up needing this feature again, so I prototyped @tmat's suggestion from #1471: https://github.com/dotnet/core-sdk/pull/1454/commits/a99199ee548937ec6befd2bed2e2d5d84e637c11 How does that look?

Looks like the .NET 10 runtime isn't being installed correctly: > 2024-08-30T13:02:49.1866436Z You must install or update .NET to run this application. 2024-08-30T13:02:49.1867930Z 2024-08-30T13:02:49.1868892Z App: D:\a\_work\1\s\artifacts\bin\redist\Release\dotnet\sdk\10.0.100-ci\dotnet.dll 2024-08-30T13:02:49.1870872Z Architecture: x64 2024-08-30T13:02:49.1872600Z...

Tracking issue for net10 updates: https://github.com/dotnet/sdk/issues/42920

> @dsplaisted what is the priority/timeline for doing the outstanding work to get main to .NET 10? I'll defer to @marcpopMSFT on that.

> Workload update failed: Workload manifest dependency 'Microsoft.NET.Workload.Emscripten.Current' version '9.0.0-rc.1.24420.5' is lower than version '10.0.0-alpha.1.24421.1' required by manifest 'microsoft.net.workload.mono.toolchain.current' [/private/tmp/helix/working/9BE1090C/p/d/sdk-manifests/9.0.100-rc.1/microsoft.net.workload.mono.toolchain.current/9.0.0-rc.1.24423.3/WorkloadManifest.json] This looks similar to issues we've had in the past...

Looks like the emscripten update may be coming in via #43061, but that has issues related to the switch to .NET 10.

If a component is shipped in the .NET SDK, then any telemetry it sends should be included in the documented [data points](https://learn.microsoft.com/en-us/dotnet/core/tools/telemetry#data-points), right? That should also probably be mentioned in...

@dotnet/source-build-internal It looks like MSBuild has some API changes in its experimental namespace, and this is failing an API compatibility check in the VMR build. Is it possible to an...