question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.NET Core 3.1 Support

See original GitHub issue

As I’m sure you’re aware, and can read about here, .NET Core 3.1 is now out, sadly I’m getting issues when trying to build with the MSBuild package:

Executing file 'nswag.json' with variables 'Configuration=Debug,OutDir=bin\Debug\netcoreapp3.1\'... 2>System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified. 2>File name: 'System.Runtime, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' 2> at System.Reflection.RuntimeAssembly.GetExportedTypes() 2> at System.Reflection.Assembly.get_ExportedTypes() 2> at NSwag.Generation.WebApi.WebApiOpenApiDocumentGenerator.GetControllerClasses(Assembly assembly) in C:\projects\nswag\src\NSwag.Generation.WebApi\WebApiOpenApiDocumentGenerator.cs:line 39

Is there a workaround I can use or is this just a case of needing a new version of NSwag?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:15 (5 by maintainers)

github_iconTop GitHub Comments

7reactions
RicoSutercommented, Dec 19, 2019

v13.2.0

4reactions
ada3m0n666commented, Dec 5, 2019
Read more comments on GitHub >

github_iconTop Results From Across the Web

.NET and .NET Core official support policy
For example, .NET 6 was originally released on November 8, 2021 and is supported for three years. But the actual end of support...
Read more >
Microsoft .NET and .NET Core - Microsoft Lifecycle
NET Core. Microsoft .NET and .NET Core follows the Modern Lifecycle Policy. Support dates are shown in the Pacific Time Zone (PT) -...
Read more >
Microsoft .NET - endoflife.date
NET Core 3.1, these releases will happen every November and every other release will be LTS. LTS releases are supported for three years...
Read more >
Microsoft Announces End of Support Date for .NET Core 3.1
NET 5 and 6, will reach its end of support on December 13, 2022. “.NET Core 3.1 will reach [the] end of support...
Read more >
Microsoft urges devs to migrate away from .NET Core 3.1 ...
Microsoft has urged developers still using the long-term support (LTS) release of .NET Core 3.1 to migrate to the latest .NET Core versions ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found