Disable warning

This commit is contained in:
Michael Bucari-Tovo 2025-05-07 10:36:43 -06:00
parent 8aa157f2f6
commit 52d3b9cb67

View File

@ -45,7 +45,9 @@ namespace DataLayer
//This field is now unused, however, there is little sense in adding a
//database migration to remove an unused field. Leave it for compatibility.
#pragma warning disable CS0649 // Field 'Book._audioFormat' is never assigned to, and will always have its default value 0
internal long _audioFormat;
#pragma warning restore CS0649
// mutable
public string PictureId { get; set; }