-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
fix: support -/@ symbols in csproj names #1921
fix: support -/@ symbols in csproj names #1921
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1921 +/- ##
==========================================
- Coverage 87.73% 84.94% -2.80%
==========================================
Files 33 36 +3
Lines 2348 2504 +156
Branches 294 364 +70
==========================================
+ Hits 2060 2127 +67
- Misses 208 299 +91
+ Partials 80 78 -2 ☔ View full report in Codecov by Sentry. |
dfe853f
to
78b7459
Compare
78b7459
to
7d3b00a
Compare
b0205b4
to
2c460c9
Compare
2c460c9
to
744d4df
Compare
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Replaces
-
/@
with_
. inrefitInternalNamespace
.Do you know what characters csproj supports?
Fixes #1920