| https://www.linkedin.com/in/roughiain/ | |
| Blog | https://dev.to/iainrough |
| GitHub | https://github.com/roughiain |
| https://www.linkedin.com/in/roughiain/ | |
| Blog | https://dev.to/iainrough |
| GitHub | https://github.com/roughiain |
The Mongodb provider for Microsoft Orleans needs a new maintainer. Very useful project. See the issue below if you're interested in helping out.
https://github.com/OrleansContrib/Orleans.Providers.MongoDB/issues/107
#dotnet #opensource #mongodb
So I've hit a crossroads in the #ActivityPub #dotnet implementation.
The spec calls for authentication on the outbox to limit it to the user who owns it.
So, do I build in Auth now, or assume auth and work on the core objects.
I think having food will help me decide!
When should I favor extension methods over #Charp 8 default interface implementations?
When I have an extension method in the same assembly and namespace as the interface it extends, is there any reason to *NOT* use a default interface implementation on the interface instead?
#dotnet #APIDesign #FrameworkDesign #FrameworkDesignGuildlines
@bot
TIL that among the subtle differences between #winui and UWP, strings are not considered IEnumerable<char> for ItemsControl.ItemsSource.
In itself, adding a string as ItemsSource is a mainly a demo trick, used to make xaml more succinct in #unoplatform samples, but was reported as a bug by a user as WinUI fails without much details.
Looks like we'll need to make more verbose samples 🤷♂️