Forgind

Results 200 comments of Forgind

It's optional right now because it's been timing out, but we've been trying to figure out why it keeps timing out so we can turn it back on. I don't...

@tmat, hit this again in https://github.com/dotnet/sdk/pull/47110 Please fix this.

``` Microsoft.Build.UnitTests.CopySymbolicLink_Tests.CopyToDestinationFolderWithSymbolicLinkCheck(useRelative: True) System.IO.FileNotFoundException : Could not find file '/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/uiack5y3.3xu/2A333ED756AF4dc392E728D0F864A398/tmp5e9beda9b70849c6a8b53561d26ccb64.tmp'. at Interop.ThrowExceptionForIoErrno(ErrorInfo errorInfo, String path, Boolean isDirError) at Microsoft.Win32.SafeHandles.SafeFileHandle.Open(String fullPath, FileMode mode, FileAccess access, FileShare share, FileOptions options, Int64 preallocationSize,...

I know you said not to review, but I would be more than happy to just merge this 😁

> @Forgind @baronfel Looks like there is a failed test related to the workload. Can you take a look? I just tried running that test locally from this PR, and...

Now I looked at the actual failure, and it seems like it's unrelated to the test that's failing. It's basically just saying some workloads are out of alignment, which probably...

@dotnet/kitten @maridematte I noticed on [this line](https://github.com/dotnet/msbuild/pull/10491/files#diff-a40d334600d8e8842648dc66db6b3f93bbb274bf9044257c2a7d56d9ddd8a547R63) that you changed the name of a constraint on a public type. It looks like it's in the M.B.Experimental namespace, so I don't...

#7902 is about a warning that we're using obsolete members, but we haven't actually changed away from using those members. This error message seems to be saying there's an actual...

Closing as a duplicate of #39105. Thanks for finding that @KalleOlaviNiemitalo!