Skip to content

Commit

Permalink
CSV serialization redesign; Use SARIF for static analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
melanchall committed Apr 28, 2024
1 parent bea1754 commit b8b4841
Show file tree
Hide file tree
Showing 68 changed files with 2,766 additions and 2,661 deletions.
2 changes: 1 addition & 1 deletion DryWetMidi.Tests.Common/FileOperations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public static class FileOperations
File.ReadAllLines(filePath);

public static string GetTempFilePath() =>
Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
Path.Combine(Path.GetTempPath(), $"dwmtest_{Path.GetRandomFileName()}");
}
}
Loading

0 comments on commit b8b4841

Please sign in to comment.