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.

Support .NET Standard 1.1

See original GitHub issue

I think you can support the netstandard1.1 framework profile by just adding this target framework to the InlineIL project, a one-line change. I only needed to drop support to 1.4, but just happened to try 1.1 too. This opens up usage of the project under some some reduced functionality (sandboxed) environments.

I made a copy of that (sans t4) in my repo and linked against it. Fody appears to be able to process it properly.

This would also inadvertently, indirectly support .NET 4.5 and other downlevel platforms.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
ltrzesniewskicommented, Mar 16, 2020

BTW apparently <PackageReference Update="NETStandard.Library" PrivateAssets="all" /> is the way to remove the reference.

1reaction
ltrzesniewskicommented, Mar 16, 2020

I released v1.3.6, it should be available on NuGet after validation and indexing.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NET Standard
.NET Standard is a formal specification of .NET APIs that are available on multiple .NET implementations. The motivation behind .NET Standard ...
Read more >
What is .Net Standard? How it is different from .Net Core ...
The .NetStandard is versioned similar to framework versioning. The current version of .Net Standard is 1.6 and .Net Core 1.0, 1.1 supports .Net...
Read more >
Understanding the .NET ecosystem: The introduction of . ...
NET Standard is the ability to target new platforms without having to recompile any of your libraries or wait for dependent library authors...
Read more >
.NET Core vs .NET Framework vs .NET Standard: A Guided ...
A guide for understanding the differences between .NET, .NET Core, .NET Framework, .NET Standard, etc. by exploring the history of the platform.
Read more >
What is .NET Standard and When to Use It?
NET Standard defines a set of APIs. All .NET implementations conforming to this version must support all of these APIs. The table below...
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