question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Rename project to XAML-Math

See original GitHub issue

I 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 on XamlMath.Shared
  • AvaloniaMath (no change in name from 0.6.0-alpha), also depending on XamlMath.Shared
  • notably, this also more or less opens ways for us to come up with new names for new frameworks, like XamarinMath or XamlMath.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:closed
  • Created 8 months ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
ForNeVeRcommented, Feb 2, 2023

Thanks for your feedback, folks. XAML-Math it is, then.

1reaction
gsomixcommented, Feb 2, 2023

@ForNeVeR Personally I prefer boring XAML-Math name. With same justification @alexreg outlined.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found