-
-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is the System.Threading.Tasks.Extensions PackageReference needed? #251
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #251 +/- ##
=======================================
Coverage 89.17% 89.17%
=======================================
Files 94 94
Lines 19170 19170
Branches 2820 2820
=======================================
Hits 17095 17095
Misses 1460 1460
Partials 615 615 ☔ View full report in Codecov by Sentry. |
Thanks for pointing that out! Regarding |
Quality Gate passedIssues Measures |
Available in today's v5.20 |
Since the change I made (4251d59), the dependency is flagged with <dependency id="Zomp.SyncMethodGenerator" version="1.0.12" exclude="Runtime,Build,Analyzers" /> I have no idea how to remove it entirely from the published metadata. Do you? |
#256 maybe? |
Just a thought whilst looking at some things - I don't think the System.Threading.Tasks.Extensions nuget package should be needed as it should be inbox in all the currently targeted TFMs?
On a related note, I'm unclear if the z440.atl.core NuGet package should have a dependency on the Zomp.SyncMethodGenerator NuGet package or if it should be a development only dependency, but I don't know exactly how that works so I 'm not sure.