mirror of
https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata.git
synced 2026-01-11 14:20:24 +01:00
[PR #6] [MERGED] upgrade to net6, update dependencies, conventions #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ysoftdevs/Theatrical-Players-Refactoring-Kata/pull/6
Author: @raget
Created: 3/30/2022
Status: ✅ Merged
Merged: 3/30/2022
Merged by: @raget
Base:
main← Head:upgrade-to-net6📝 Commits (1)
615dc28upgrade to net6, update dependencies, conventions📊 Changes
4 files changed (+23 additions, -21 deletions)
View changed files
📝
csharp/TheatricalPlayersRefactoringKata.Tests/StatementPrinterTests.cs(+9 -9)📝
csharp/TheatricalPlayersRefactoringKata.Tests/TheatricalPlayersRefactoringKata.Tests.csproj(+9 -8)📝
csharp/TheatricalPlayersRefactoringKata/StatementPrinter.cs(+3 -3)📝
csharp/TheatricalPlayersRefactoringKata/TheatricalPlayersRefactoringKata.csproj(+2 -1)📄 Description
I cleaned up test file because it is not a part of refactoring.
Also used C# type string instead of .net String so we don't need to discuss this in workshops.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.