Chad Tolkien
Chad Tolkien
Which implement `IEnumerable` to `ICollection` with new'd up empty collections on instantiation. Rationale; typical current usage: ```csharp var message = new EmailMessage { To = new List { new EmailAddress...
Move to GitHub workflows instead of ADOS
We have scenarios where we would like to track outbound http requests, but not track SQL. There does not seem to be a way to selectively enable only HTTP or...
From this method: https://github.com/webgio/Rotativa/blob/master/Rotativa/ViewAsPdf.cs#L64 ``` protected virtual ViewEngineResult GetView(ControllerContext context, string viewName, string masterName) { return ViewEngines.Engines.FindView(context, viewName, MasterName); } ``` `masterName` being passed into this method is unused.
* Adopts file scoped namespaces and a few other minor updates.
This resolves #43 by allowing consumers to register their own `BlobServiceClient` with DI, and then these Storage providers will then use that version. They can then use the Azure SDKs...
## What type of issue is it? (Choose one - delete the others) Wrong documentation ## What article/section is this about? [(link here)](https://docs.umbraco.com/umbraco-cms/tutorials/custom-error-page#configure-the-500-error-page-programmatically) ## Describe the issue This section describes...
### Discussed in https://github.com/ctolkien/Slugify/discussions/155 Originally posted by **cemilf** March 19, 2025 It seems that it is possible to use single class to support Non Ascii Languages without a separate class....