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.

Collapse netstd/framework packages

See original GitHub issue

I know that we’re eventually going to move to a full csproj-based solution anyhow, but I wonder if we wouldn’t be better off collapsing the netstd projects so we have a single set of projects, not unlike xBehave.net and SelfInitializingFakes. It may even make migrating to the new csprojs easier.


Update after discussion below, we’ve decided to wait until after we switch to VS2017’s new csproj format.

When we do make this switch, though, we may also want to

  • generate a .net45 lib, which will
    • allow event handlers whose event args don’t extend EventArgs (#1008)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:9 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
blairconradcommented, Mar 9, 2017

I updated the description to refer to #1008. 👅

1reaction
adamralphcommented, Feb 24, 2017

It may be better to wait for VS2017 RTM to bed-in a little, and make the switch to the new csproj, before doing this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Swift Packages in multiple targets results in “This will result in ...
I have a project that has an iOS app and a Messages app embedded in it. This project uses Swift Package Manager to...
Read more >
How to flatten nested objects with linq expression
I am trying to flatten nested objects like this: public class Book { public string Name { get; set; } public IList<Chapter> Chapters...
Read more >
Flattening Nested Collections in Java
In order to flatten this nested collection into a list of strings, we can use forEach together with a Java 8 method reference:...
Read more >
Collapse
A content area which can be collapsed and expanded. ... Collapse is nested inside the Collapse . expand code. This is panel header...
Read more >
Tree Structure and Nested Data
For nested data sets Tabulator allows you to structure your rows as a tree, allowing users to collapse and expand nested sets of...
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