Collapse netstd/framework packages
See original GitHub issueI 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 csproj
s 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)
- allow event handlers whose event args don’t extend
Issue Analytics
- State:
- Created 7 years ago
- Comments:9 (9 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I updated the description to refer to #1008. 👅
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.