Daniel Plaisted

Results 190 comments of Daniel Plaisted

> @dsplaisted something else to check. On your Hyper-V, what does the VM show when you run this command: `reg query HKLM\SOFTWARE\Policies\Microsoft\Windows\WindowsUpdate /s`? > > I'm wondering if we should...

@JL03-Yue This is probably because the `RestoreActionConfig` isn't being created correctly based on the command line options. I think we recently looked at another similar bug with the NoCache option.

FYI @jaredpar @dotnet/nuget-team I'm disabling tests for using aliases with package references. I'm pretty sure this was a test issue but keep an eye out, it's possible this could have...

Could you update the design / documentation in `workload-history.md` so it reflects the behavior with this PR, such as the output and table formatting for the history command and the...

> It seems that specifying the OS version in the TargetFramework could be a way to express this: > > ``` > net6.0-ios15.4;net7.0-ios16.0 > ``` > > but that doesn't...

Oops. FYI @baronfel Is this actually worth fixing though? It might be a non-trivial breaking change, and Windows 7 and 8 are [no longer supported](https://github.com/dotnet/core/blob/main/release-notes/8.0/supported-os.md) by .NET.

With respect to setting arbitrary supported versions, you can use the `SupportedOSPlatformVersion` property to control what goes into the `SupportedOSPlatform` property.