Daniel Cazzulino

Results 360 comments of Daniel Cazzulino

Global statics are generally a bad idea IMHO. You could just create your own factory method you use throughout your test base to construct those mocks in a unified way,...

I don't think this addition will make it. Foo doesn't seem to be a real channel 😉

I'd be content if there was a `Tokenizer.FromPretrained("tokenizer.json")` factory method for my particular scenario :)

The whole pack, Option/Argument/Command should probably be changed to records so this all comes mostly for free :)

Would you like to submit a PR so it's properly attributed to you? 🙏

The workaround only works if the solution is at the root of a repository. The proper fix would be to leverage the `$(GitRoot)` we already determine via targets, and expose...

![83 passed](https://img.shields.io/badge/✅-linux‐x64%20in%201s-blue) ![83 passed](https://img.shields.io/badge/passed-83-brightgreen) ![2 skipped](https://img.shields.io/badge/skipped-2-silver) :test_tube: Details on Ubuntu 24.04.3 LTS from [dotnet-retest](https://github.com/devlooped/dotnet-retest) v1.0.0 on .NET 10.0.0 with [:purple_heart:](https://github.com/sponsors/devlooped) by @devlooped

This looks like an improvement. I'd just add that adding a `.UseDefaultPipeline()` or the like, to configure what's "automagic" now, would be fine. I found it actually unexpected that there...

Hi there! I have a work in [progress branch](https://github.com/devlooped/CloudActors/compare/main...dev/server) that decouples the server from the main package for precisely this. The idea is that your business logic can be completely...

Please go upvote the [issue in Orleans](https://github.com/dotnet/orleans/issues/9092) so we can get more traction 🙏