Daniel Cazzulino

Results 360 comments of Daniel Cazzulino

So both @TsengSR and @jozefizso think all the work GitHub has been putting into the whole Sponsors feature is illegitimate somehow? Please hurry up and let them know they are...

> Donations are for people, companies don't do donations. Yet AWS donated to me 🤣 . And [MS does it monthly too](https://github.com/microsoft/foss-fund) (i.e. https://twitter.com/praeclarum/status/1415712787389550593). I get it that folks think...

#76 fixes this. Warnings can be raised that will never be considered errors by the IDE.

For inspiration on how to do this, you can look at the [xunit implementation of the VS test adapter](https://github.com/xunit/visualstudio.xunit).

I got this error too, and it was because bumping to Orleans 8.x (in my case) also required bumping the project to .net8. That fixed the issue.

Excelent point about DI for the domain class. Will need to think about it a bit more. On returning the state's version from each command execution, that sounds like a...

Quick question: would you rather have the injected state into the domain class or would you still prefer to have a separate command handler thing that does that? I think...

I now support arbitrary services injected in the actor constructor, just as you'd expect from a DI-powered activation. The id is still passed to the constructor as a string (separate...

We don't merge nor close this since we want to stay on a more compatible version for the analyzer/generator (for pre-VS2022 versions of VS).

Hi there! 1. I started exploring strongly typed ids, but haven't made a decision on it yet. Sounds useful, but if you keep implicit conversion from those to string, this...