Jeremy Lawrence
Results
2
issues of
Jeremy Lawrence
Given a folder structure like: ``` Foo/ ├─ Foo.csproj ├─ Web.config Bar/ ├─ Bar.csproj ├─ Web.Debug.config ``` And with Bar.csproj including `../Foo/Web.config` as a linked file, Slow Cheetah does not...
I'm using Lambda2Js.Signed as a transitive dependency of RavenDb.Client in a .NET Framework 4.7.2 application. Lambda2Js.Signed's NuGet package has a `net40` lib and a `netstandard1.0` lib. Since I'm using .NET...