Darrell
Darrell
I'm trying to develop a script that I could execute as a script extension to a newly deployed VM, that will run unattended to create a partition and format it...
For example here is a command that will give me the name of the disks (filters out partitions) with a specific size. However suppose the disk being attached happened to...
I will! If you want this sooner rather than later, consider buying me a coffee ;-) https://www.buymeacoffee.com/l0LhmIu
@abuassar I'm using dotnettency in an aspnet core 3 app just fine. However the EF version I am using is 2.2 so I think I'll leave this issue open until...
https://docs.microsoft.com/en-us/aspnet/core/fundamentals/host/platform-specific-configuration?view=aspnetcore-3.1
This feature will need to evolve a bit, as I found I need to map different startups. For example, I'd like something like the following: mappings.json: ``` TenantMappings : [...
Note: The azure signal r sdk relies on IStartupFilter to function: https://github.com/Azure/azure-signalr/blob/8a52c52c3a236abbbbbab02c8e614130a365265d/src/Microsoft.Azure.SignalR/Startup/AzureSignalRStartupFilter.cs So supporting this is going to be needed in order to enable azure signal-r to work at a...
@pippolino thanks for getting in touch. Yeah it's not great is it. To be honest, I have gone in a different direction recently with child containers. I am not sure...
FYI: The child container implementation using ms's (slightly tweaked) native service provider is something I have up and running over here: https://github.com/dazinator/Dazinator.Extensions.DependencyInjection and at some point I expect to plug...
Support for this could be added to a `Donettency.Spa.Blazor` package. Similar to `CascadingAuthenticationState` component, you could use `CascadingTenantState` component. This component would be configured in `startup.cs` to obtain current tenant...