Albie
Albie
I also found the same issue, and probably it's because of the name for `global`, that looks as if it's for all files but it should actually be named to...
Maybe fixed with #89 ?
Hello @Sharparam, did you manage to get this working? I am struggling to deserialize a ProblemDetails. Using nswag v13.18.2 `nswag openapi2tsclient /runtime:Net60 /input:swagger.json /output:src/api/client.generated.ts /template:axios /operationGenerationMode:MultipleClientsFromPathSegments /generateTypeCheckFunctions:true` and get the...
Same issue here although it names a different assembly ``` System.InvalidOperationException: Cannot find reference assembly 'netstandard.dll' file for package netstandard at Microsoft.Extensions.DependencyModel.Resolution.ReferenceAssemblyPathResolver.TryResolveAssemblyPaths(CompilationLibrary library, List`1 assemblies) at SpecFlowConnector.AssemblyLoading.RuntimeCompositeCompilationAssemblyResolver.TryResolveAssemblyPaths(CompilationLibrary library, List`1 assemblies)...