Skip to content
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

Update package Cysharp.ZString to v2.5.1 #368

Merged
merged 1 commit into from
Jan 8, 2024
Merged

Update package Cysharp.ZString to v2.5.1 #368

merged 1 commit into from
Jan 8, 2024

Conversation

axunonb
Copy link
Member

@axunonb axunonb commented Jan 8, 2024

No description provided.

Copy link

sonarcloud bot commented Jan 8, 2024

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link

codecov bot commented Jan 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (8757a34) 96% compared to head (63d90ed) 96%.

Additional details and impacted files
@@         Coverage Diff         @@
##           main   #368   +/-   ##
===================================
  Coverage    96%    96%           
===================================
  Files        91     91           
  Lines      3227   3227           
===================================
  Hits       3111   3111           
  Misses      116    116           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@axunonb axunonb merged commit f89ccf9 into main Jan 8, 2024
10 checks passed
@axunonb axunonb deleted the pr/zstring-2.5.1 branch January 8, 2024 08:34
axunonb added a commit to axunonb/SmartFormat that referenced this pull request Jan 29, 2024
* Regression caused by axuno#368
* Stop namespace collision with Cysharp.Text nuget package
* Affects: class, struct, interface, delegate, enum
* using https://github.com/zzzprojects/findandreplace on command line, so we can automate this step:
"fnr.exe" --cl --dir "SmartFormat.ZString\repo\src\ZString" --fileMask "*.cs,*.tt" --includeSubDirectories --caseSensitive --useRegEx --find "public (?=.*(class |struct |enum |interface |delegate ))" --replace "internal "
axunonb added a commit that referenced this pull request Jan 29, 2024
* Change all public types in namespace Cysharp.Text to internal

* Regression caused by #368
* Stop namespace collision with Cysharp.Text nuget package
* Affects: class, struct, interface, delegate, enum
* using https://github.com/zzzprojects/findandreplace on command line, so we can automate this step:
"fnr.exe" --cl --dir "SmartFormat.ZString\repo\src\ZString" --fileMask "*.cs,*.tt" --includeSubDirectories --caseSensitive --useRegEx --find "public (?=.*(class |struct |enum |interface |delegate ))" --replace "internal "

* Add a unit test to get an alert when Cysharp.Text objects are public

* Bump version to v3.3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant