Support shared sources projects
See original GitHub issuePJ/xproj supports a “shared sources” project model. There isn’t an equivalent in the MSBuild version of SDK, AFAIK.
https://docs.microsoft.com/en-us/dotnet/articles/core/tools/project-json#shared
Example in production: https://github.com/aspnet/Common/tree/1.0.0/src/Microsoft.Extensions.Process.Sources.
Latest SDK versions don’t appear to pickup <nupkg>/shared/*.cs
files from a <kbd>PackageReference</kbd>
Issue Analytics
- State:
- Created 7 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Use Shared Projects to Share Code - Xamarin
The code is compiled as part of each referencing project and can include compiler directives to help incorporate platform-specific functionality ...
Read more >Dedicated vs Shared Resources for Waterfall Projects
Learn the benefits and challenges of using dedicated or shared resources for ... and vulnerability of the project, as they can provide backup...
Read more >Project Management: Dedicated vs. Shared Resources
And you might not get another resource to help, either. We Disagree about Priority and I Really Need that Shared Resource: You've gone...
Read more >Create projects as repositories for shared resources
Create projects as repositories for shared resources ... labs and teams to store and share protocols, primers, or sequences in one place.
Read more >Sharing Resources Across Multiple Projects
Maintaining a resource pool can also help you identify which resources are over-allocated or under-allocated across multiple projects. Project ...
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 believe the official support for this comes through “contentFiles” and marking them as “buildAction: Compile”.
/cc @natidea @srivatsn @rrelyea
@natemcmaster can’t we use contentFiles now as a replacement?