Skip to content

Commit 44b633d

Browse files
authored
Merge pull request #41 from markjamesm/musicsharp-v2
Musicsharp v2
2 parents 8c2a30c + 86693bb commit 44b633d

29 files changed

+1073
-750
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,8 @@ jobs:
1616
- name: Setup .NET Core
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 8.0.*
19+
dotnet-version: 9.0.*
2020
- name: Install dependencies
2121
run: dotnet restore
2222
- name: Build
23-
run: dotnet build --configuration Release --no-restore
24-
- name: Test
25-
run: dotnet test --no-restore --verbosity normal
23+
run: dotnet build --configuration Release --no-restore

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,3 +364,5 @@ FodyWeavers.xsd
364364

365365
# Visual Studio Code
366366
.vscode
367+
368+
.idea/

.idea/.idea.MusicSharp/.idea/.gitignore

Lines changed: 0 additions & 13 deletions
This file was deleted.

.idea/.idea.MusicSharp/.idea/encodings.xml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.idea/.idea.MusicSharp/.idea/indexLayout.xml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.idea/.idea.MusicSharp/.idea/vcs.xml

Lines changed: 0 additions & 6 deletions
This file was deleted.

MusicSharp.sln

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
README.md = README.md
1313
EndProjectSection
1414
EndProject
15-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MusicSharpTests", "MusicSharpTests\MusicSharpTests.csproj", "{B0797164-0016-4ED1-BDDA-42DE8D414CD6}"
16-
EndProject
1715
Global
1816
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1917
Debug|Any CPU = Debug|Any CPU
@@ -24,10 +22,6 @@ Global
2422
{A1943162-1979-46C6-9082-7F49BEC191BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
2523
{A1943162-1979-46C6-9082-7F49BEC191BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
2624
{A1943162-1979-46C6-9082-7F49BEC191BA}.Release|Any CPU.Build.0 = Release|Any CPU
27-
{B0797164-0016-4ED1-BDDA-42DE8D414CD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
28-
{B0797164-0016-4ED1-BDDA-42DE8D414CD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
29-
{B0797164-0016-4ED1-BDDA-42DE8D414CD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
30-
{B0797164-0016-4ED1-BDDA-42DE8D414CD6}.Release|Any CPU.Build.0 = Release|Any CPU
3125
EndGlobalSection
3226
GlobalSection(SolutionProperties) = preSolution
3327
HideSolutionNode = FALSE

MusicSharpTests/MusicSharpTests.csproj

Lines changed: 0 additions & 23 deletions
This file was deleted.

MusicSharpTests/PlaylistLoaderTests.cs

Lines changed: 0 additions & 13 deletions
This file was deleted.

MusicSharpTests/SoundFlowPlayerTests.cs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)