Breeze / breeze.server.net

Breeze support for .NET servers
MIT License
76 stars 62 forks source link

How comes copied sources for .net 6, 5, and 3 #130

Closed christianacca closed 1 year ago

christianacca commented 2 years ago

More curious than anything. What's the reasoning behind coping the source code for target different versions of .net core? Normal practice is using compiler directives to support some degree of variation. Or if that's not viable, to use branching. With branching you at least can cherry pick commits between branches and let git guide you with a three way merge.

Having separate copies of course makes contributing PR's problematic...

steveschmitt commented 1 year ago

Yes, it was a problem. Now we have combined the sources - for .NET 5, 6, and 7 at least.