ModernRonin
ModernRonin
**Describe the bug** Maintenance migrations don't seem to be executed. **To Reproduce** I have a maintenance migration defined as ```csharp [Maintenance(MigrationStage.BeforeAll, TransactionBehavior.None)] [UsedImplicitly] public class EnsureMigrationsCannotBeRunSimultaneouslyByMultipleInstances : Migration { public...
Hi, I've got a fairly big, complex solution (65 projects) the source of which I cannot share (work). In that solution I have a problem with a *specific* package not...
When using the management API - like ```csharp var serviceManager = new ServiceManagerBuilder().WithOptions(o => { o.ConnectionString = signalRConfiguration.ConnectionString; }) .Build(); ``` how can I tell it which MessagePack settings to...
* push a nuget package * create a github release
and integrate with build process
Hi, in the documentation about configuring `ViewManager` it says: >NamespaceTransformations: this is a dictionary of from -> to substitutions, and allows your Views and ViewModels to live in different namespaces....
Say the csproj contains something like ```xml ``` When the project is moved (not just renamed), then this relative path needs adjusting. This isn't currently happening, so the move fails,...
Hi, I'm not certain whether this is the right place to ask, if not, please point me to in the right direction. I find myself in a situation where I...
Hi, when using the nodeSelector with `beta.kubernetes.io/os`, AKS/k8 complains: > Warning: spec.template.spec.nodeSelector[beta.kubernetes.io/os]: deprecated since v1.14; use "kubernetes.io/os" instead [Microsoft's documentation](https://docs.microsoft.com/en-us/azure/aks/use-labels#deprecated-labels) also states that the beta version of the label is...
It would be awesome if there was an option to open test classes in another tab group. That option probably would have to specify if horizontal or vertical. When set,...