Richard Szalay
Richard Szalay
https://carlos.mendible.com/2018/08/25/adding-sourcelink-to-your-net-core-library/?utm_source=dlvr.it&utm_medium=twitter
Turns out this will have to wait until after we drop net40 support - the System.Net.HttpExtensions.dll that ships with net40 in Microsoft.Net.Http (the old package that supported net40) references a...
Great idea @ddizik. I might look at including this the next time I update the library. Alternatively, if you're happy to submit a PR - feel free!
I'm going to close this issue as it's not something I currently require. I will happy accept a PR from the community, though, if it is causing anyone problems (as...
Good catch, will fix it in the next release
This is a great idea. I did actually start down this path, but I ended up getting stuck trying to avoid changing any public APIs. I'll take a another look...
This is a good idea! (Apologies for the very late reply) I'll look at this the next time I'm updating the library
Adding to this, xunit manages this with a [NuGet-based package](https://github.com/xunit/visualstudio.xunit), which is certainly preferable to a VS extension.
Hi @Ved2806, I'm not sure how that documentation helps with this particular issue. Can you clarify why you shared that particular documentation link?
We've also run into this issue. It appears related to the order of the fields, and I think it's related to being placed before/after when the field's owner template changes....