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

refactor(sln): simplify solution structure #38

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

realybin
Copy link
Member

Removed project definitions and solution items from SketchNow.sln, streamlining the solution file format. Updated SketchNow.slnx to introduce a new XML structure that organizes solution items and projects hierarchically, improving readability and organization.

Removed project definitions and solution items from `SketchNow.sln`, streamlining the solution file format. Updated `SketchNow.slnx` to introduce a new XML structure that organizes solution items and projects hierarchically, improving readability and organization.
@realybin realybin self-assigned this Feb 18, 2025
Copy link

Summary - Code Coverage

Summary
Generated on: 2/18/2025 - 7:49:53 AM
Coverage date: 2/18/2025 - 7:49:50 AM
Parser: Cobertura
Assemblies: 1
Classes: 18
Files: 27
Line coverage: 27.9% (114 of 408)
Covered lines: 114
Uncovered lines: 294
Coverable lines: 408
Total lines: 2050
Branch coverage: 20.2% (15 of 74)
Covered branches: 15
Total branches: 74
Method coverage: Feature is only available for sponsors
Tag: 121_13385664887

Coverage

SketchNow - 27.9%
Name Line Branch
SketchNow 27.9% 20.2%
SketchNow.App 0% 0%
SketchNow.Controls.CustomInkCanvas 0%
SketchNow.Controls.IconWithText 0% 0%
SketchNow.Converters.ColorToBrushConverter 0% 0%
SketchNow.Converters.DivisionMathConverter 0% 0%
SketchNow.Converters.EnumToIndexConverter 0% 0%
SketchNow.Input.StylusPlugIns.CustomStylusPlugin 0%
SketchNow.Models.CanvasPage 32.3% 25%
SketchNow.Models.CanvasPages 35.2%
SketchNow.Models.CursorNotFoundException 0%
SketchNow.Models.CustomCursors 100% 50%
SketchNow.Properties.Resource 0% 0%
SketchNow.Properties.Settings 45.4%
SketchNow.ViewModels.MainWindowViewModel 62% 40%
SketchNow.Views.MainWindow 0% 0%
SketchNow.Views.PageNavigationView 0% 0%
SketchNow.Views.SettingsView 0% 0%
SketchNow.Views.ToolBarView 0% 0%

@realybin realybin merged commit ac48240 into main Feb 18, 2025
3 checks passed
@realybin realybin deleted the feat/migrate-to-slnx branch February 18, 2025 07:50
realybin added a commit that referenced this pull request Feb 19, 2025
Removed project definitions and solution items from `SketchNow.sln`, streamlining the solution file format. Updated `SketchNow.slnx` to introduce a new XML structure that organizes solution items and projects hierarchically, improving readability and organization.
realybin added a commit that referenced this pull request Feb 19, 2025
Removed project definitions and solution items from `SketchNow.sln`, streamlining the solution file format. Updated `SketchNow.slnx` to introduce a new XML structure that organizes solution items and projects hierarchically, improving readability and organization.
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.

1 participant