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.

DotNetCore -> DotNet Rename Missed Objects

See original GitHub issue

Prerequisites

  • 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:closed
  • Created 2 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
augustoproietecommented, Nov 30, 2021

@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

0reactions
cake-build-botcommented, Nov 8, 2022

🎉 This issue has been resolved in version v3.0.0 🎉

The release is available on:

Your GitReleaseManager bot 📦🚀

Read more comments on GitHub >

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

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