Thomas Stegemann
Thomas Stegemann
Hi, I don't see the projection (building the read model) part of CQRS in the example. Do I missed some lines or is this not included? I think this should...
### Is your feature request related to a problem? Please describe. When I want to mirror two or more nuget servers, I can't configure this. Otherwise I get: ``` Unhandled...
I don't see how to handle global options with the new 2.0 API. ``` var cmd = //... some Command, the RootCommand is somewhere else created, not accessible here var...
If I want to replace the logger of Caliburn.Micro I can register the function to resolve it to the `LogManager.GetLog` static property. However, this can be done only after finishing...
If the boundary of the tms is not defined for the whole earth (-180 +180 -90 +90) and has instead a smaller coverage, then osgearth seems to stop requesting tiles....
When trying to run it with .net 6 and ef core 6.0.1 this throws an exception during startup. ``` System.MissingMethodException: Method not found: 'System.Type Microsoft.EntityFrameworkCore.Metadata.ITypeBase.get_ClrType()'. at Microsoft.EntityFrameworkCore.DbContextExtensions.AutoHistory[TAutoHistory](EntityEntry entry, Func`1 createHistoryFactory)...
How to enable ECW?
### Describe the bug It is not possible to use https when starting BaGet with the default localhost config (5000 -> http, 5001 -> https) and trying to push a...