Andy Gocke
Andy Gocke
> Unfortunately it does have a meaning, but not what you would expect. > > It deconstructs X, and then matches it against the pattern `int or string`. > Chalk...
I could be totally wrong, but this actually looks like it might be a safe pattern with some minor changes. If I understand the code correctly, it looks like the...
An analyzer might work here, along with an option to enable it. Not taking a breaking change makes sense. In the meantime I might try an expedient route and see...
Aside: the `/` operator override is clever. 😄
[File.CreateSymbolicLink](https://learn.microsoft.com/en-us/dotnet/api/system.io.file.createsymboliclink?view=net-7.0)
Bypassing these tests doesn't seem appropriate. I'm closing the issue.
No failures in months. Closing as no-repro.
Closing as resolved.
Could there be a little more elaboration on the `IDisposable` piece? My expectation is that we would use `IDisposable` for managed resources, but all the things mentioned as being cleaned...
@MartyIX you can do this today by installing .NET 9, but using global.json to specify a .NET 8 SDK version. That will cause your build to always use .NET 8....