DotNetCore -> DotNet Rename Missed Objects
See original GitHub issuePrerequisites
- I have written a descriptive issue title
- I have searched issues to ensure it has not already been reported
Cake runner
Cake .NET Tool, Cake Frosting, Cake runner for .NET Framework, Cake runner for .NET Core
Cake version
2.0.0-rcx
Operating system
N/A
Operating system architecture
N/A
CI Server
No response
What are you seeing?
The new DotNetMSBuildSettings object (https://github.com/cake-build/cake/blob/develop/src/Cake.Common/Tools/DotNet/MSBuild/DotNetMSBuildSettings.cs) iteself references some DotNetCore
namespaced classes.
What is expected?
DotNetCore
namespace is all obsolete and replaced with the DotNet
namespace
Steps to Reproduce
See file https://github.com/cake-build/cake/blob/develop/src/Cake.Common/Tools/DotNet/MSBuild/DotNetMSBuildSettings.cs it has a using statement Cake.Common.Tools.DotNetCore.MSBuild;
as it neededs things in the DotNetCore
namespace.
Output log
No response
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (6 by maintainers)
Top Results From Across the Web
How to Rename an ASP.NET Core Project
In this example, we will use “OldProject” as the old project name and changing it to “NewProject” as the renamed project. Step 1....
Read more >How to rename a project in Rider dotnet core solution
I've got a test project in a tiny dotnet core solution based project, created in Jetbrains Rider, but it has the default name...
Read more >NET API changes that affect compatibility
NET Core) and later versions can be considered as a new technology compared ... This breaks all code that uses the renamed or...
Read more >Managing Migrations - EF Core
You are free to move Migrations files and change their namespace manually. New migrations are created as siblings of the last migration.
Read more >Visual Studio–Painlessly Renaming Your Project and ...
Working in Visual Studio, we often find ourselves needing to rename our project and/or solution and the directories they live in.
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
@BlythMeister Unfortunately we missed the boat on this one… Cake v2.0 shipped earlier today, so we’ll have to schedule this one for v3.0
🎉 This issue has been resolved in version v3.0.0 🎉
The release is available on:
Your GitReleaseManager bot 📦🚀