Disable warning
This commit is contained in:
parent
8aa157f2f6
commit
52d3b9cb67
@ -43,9 +43,11 @@ namespace DataLayer
|
|||||||
public ContentType ContentType { get; private set; }
|
public ContentType ContentType { get; private set; }
|
||||||
public string Locale { get; private set; }
|
public string Locale { get; private set; }
|
||||||
|
|
||||||
//This field is now unused, however, there is little sense in adding a
|
//This field is now unused, however, there is little sense in adding a
|
||||||
//database migration to remove an unused field. Leave it for compatibility.
|
//database migration to remove an unused field. Leave it for compatibility.
|
||||||
internal long _audioFormat;
|
#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
|
// mutable
|
||||||
public string PictureId { get; set; }
|
public string PictureId { get; set; }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user