Rename project to XAML-Math
See original GitHub issueI think I made up my mind on naming. I’d like to rename the WPF-Math project to XAML-Math, since it is not entirely WPF-based from now on.
I imagine we’ll have three packages:
XamlMath.Shared
(the common code for all the platform-specific ones)WpfMath
(no change in name), depending onXamlMath.Shared
AvaloniaMath
(no change in name from 0.6.0-alpha), also depending onXamlMath.Shared
- notably, this also more or less opens ways for us to come up with new names for new frameworks, like
XamarinMath
orXamlMath.Xamarin
if the former is occupied
So, I don’t want to change the name of the main NuGet package, but would like to update the name of the repository and the project.
Before this, we had two different ad-hoc approaches:
- Avalonia branch was using name
SharedMath
for shared code — this is a good name, though I hesitate to use it for something XAML-specific (leave it to Math.NET folks, if you ask me) - The main branch has used the name
WpfMath.Shared
and we have published 0.13.0 and 0.13.1 with this assembly (not a package dependency, but just a mere assembly)
@alexreg, I’d appreciate your input very much. You have coined the initial name, so I would like you to confirm or deny my decision. It is not set in stone (yet — before we have started publishing the new packages and released 1.0.0, of course), so there’s still some time for us to change the name (or maybe just roll with that we have?).
@gsomix, and what would you say?
Issue Analytics
- State:
- Created 8 months ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Rename Project Name - Help
I tried to rename the Main.xaml to the file name that i want but the robot is still capturing the old name. Any...
Read more >How to rename WPF window file in Visual Studio?
To do so, you need to rename class in Window.xaml.cs . So, right click on that class (should be Window ) and rename...
Read more >Safely rename a project folder Visual Studio
Click on the project name and press the “F4” key to open project properties. Now rename the file path as shown below.
Read more >Rename solution and related projects in a ASP.NET web ...
In Solution Explorer, right-click the project, select Rename, and enter a new name. In Solution Explorer, right-click the project and select ...
Read more >How to rename an existing Visual Studio project? - YouTube
Renaming an existing Visual Studio Project Step 1. Create a backup of your project. Step 2. Rename the root folder to new name....
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks for your feedback, folks. XAML-Math it is, then.
@ForNeVeR Personally I prefer boring XAML-Math name. With same justification @alexreg outlined.