Cédric Luthi
Cédric Luthi
~~Also, I think the `StreamWriterCallback` property should probably be `Func` instead of `Func` (i.e. with a `CancellationToken` parameter).~~ **Edit**: I guess one could capture the `CancellationToken` provided by the controller...
Well, .NET 8 RC1 was released yesterday so I guess this will be postponed to at least .NET 9 or is there still a chance to get it merged for...
I see that the `help wanted` tag has been replaced by the `help candidate` tag. What does that mean for an external (non-Microsoft) contributor like me? I'd be willing to...
Thanks @martincostello for pointing out the right document. So if I understand correctly, it's up to @davidfowl (the engineer assigned to this issue) to give directions on how to move...
I just submitted #755 which will fix this issue.
I finally got around to try EphemeralMongo. 😃 It seems to me that there's an easy solution to reduce the download size with the existing packages. Instead of importing EphemeralMongo...
Linking some more issues that discuss the matter (even if not obvious from their titles). * https://github.com/dotnet/core/issues/7568 * https://github.com/NuGet/NuGetGallery/issues/9473 * https://github.com/dotnet/sdk/issues/33845 Interesting how all theses issues are still open. 😅...
You can't strip a static library (nor an object file), only an app can be stripped. The problem here is because your embedded framework should be installed in a path...
Quoting myself from [Global tools are not found on zsh](https://github.com/dotnet/sdk/issues/9415#issuecomment-673144918) (a duplicate of this issue) which was filed on May 21, 2018! > Have you considered simply creating the `/etc/paths.d/dotnet-cli-tools`...
I just submitted #35411 to address this issue by writing the full path (`/Users/username/.dotnet/tools`) into `/etc/paths.d/dotnet-cli-tools`. Let's hope it gets merged and this PATH nightmare will finally be over. 🤞🏻