feat(release): front int PK with app-minted GUID EntryKey on the public addressing surface (P11 W5, 11.H)
This commit is contained in:
@@ -43,7 +43,7 @@ public class CutDetailTrackOrderingTests
|
||||
=> new(_context, NullLogger<Repository<DeepDrftContext, TrackEntity>>.Instance);
|
||||
|
||||
private static ReleaseEntity Release(string title, string artist)
|
||||
=> new() { Title = title, Artist = artist };
|
||||
=> new() { EntryKey = Guid.NewGuid().ToString("N"), Title = title, Artist = artist };
|
||||
|
||||
// A track linked to the given release with an explicit ordinal.
|
||||
private static TrackEntity Track(string name, int trackNumber, ReleaseEntity? release = null)
|
||||
|
||||
Reference in New Issue
Block a user