mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
12 lines
1.1 KiB
C#
12 lines
1.1 KiB
C#
// This file is used by Code Analysis to maintain SuppressMessage
|
|
// attributes that are applied to this project.
|
|
// Project-level suppressions either have no target or are given
|
|
// a specific target and scoped to a namespace, type, member, etc.
|
|
|
|
using System.Diagnostics.CodeAnalysis;
|
|
|
|
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modalRef'.", Justification = "<Pending>", Scope = "member", Target = "~F:LoginVM.modalRef")]
|
|
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modal_message'.", Justification = "<Pending>", Scope = "member", Target = "~F:ModalLogic.modal_message")]
|
|
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modal_title'.", Justification = "<Pending>", Scope = "member", Target = "~F:ModalLogic.modal_title")]
|
|
[assembly: SuppressMessage("Build", "UNT0013:SerializeField attribute is invalid or redundant for property or field: 'modalReference'.", Justification = "<Pending>", Scope = "member", Target = "~F:ModalLogic.modalReference")]
|