queil
queil
I am wondering if it has anything to do with the fact that `Amazon.CDK.Lib.dll` has `Amazon.CDK.Lib.aws-cdk-lib-2.1.tgz` as an embedded resource in it (about 20MB compressed).
It seems referencing the dll directly via `#r "Amazon.CDK.Lib.dll"` serves as a workaround.
If this is WSL then for me it's yet another reason to move to real Linux 😄 If it's Linux then well...
Hey, I've just got hit by this issue using generator.swagger.io. Are there any plans to fix that? Most of real world APIs include enums in their definitions so it's a...
@Slesa I think you can achieve similar behaviour via [IConfigurationRoot/ConfigurationBuilder](https://github.com/demystifyfp/FsConfig#app-config) support. Otherwise I think the lib would require some code changes (PRs welcome) to provide such a composability.