Darrell

Results 252 comments of Darrell

It seems structuremap is no longer actively supported, and the replacement is Lamar: https://jasperfx.github.io/lamar/documentation/ioc/ I'll close this issue for now, i'll probably end up dropping support for structuremap completely, and...

I can't use Lamar because Lamar doesnt support (or intend to support) child containers - which is something I'm dependent upon in order to model system wide, and per tenant...

@zordark > Above code will fail, when try to resolve IServer instance within WebHost class, with exception StructureMap.StructureMapConfigurationException : No default Instance is registered and cannot be automatically determined for...

@whizkidwwe1217 perhaps try dotnettency instead of saaskit? I created it to solve issues I was having with saaskit and it works with asp.net core 3.0: https://github.com/dazinator/Dotnettency I tend to use...

I'm seeing the same kind of error when working with this data model described here: https://github.com/dotnet/efcore/issues/29183 In the following scenario, the database state prior to running this code is that...

I'm having problems using the knockout.es5 typing mentioned above. I can't add an import statement because the typing doesn't appear to export anything. I.e typescript won't let me do this:...

Thanks @grofit Is the import for knockout still needed when you do that - or can I just import es5? I am currently doing this: ``` import knockout = require("knockout");...

Just updated my definitions and having problems getting es5 working again now that `KnockoutStatic` seems to have been removed in the latest knockout typings. I have openedup a stack overflow...

Great work! I was the person that originally raised the watchtower issue for semver support, kudos on tackling this and much more with Argus. One thing that occurs, it's often...

For a specific use case (perhaps one is not needed), this makes setting creating `docker secrets` from `stdin` impossible from powershell / pscore ``` Write-Output "$secretString" | docker secret create...