forked from OfficeDev/ews-managed-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfxcopexclusions.cs
17 lines (13 loc) · 889 Bytes
/
fxcopexclusions.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ---------------------------------------------------------------------------
// <copyright file="FxCopExclusions.cs" company="Microsoft">
// Copyright (c) Microsoft Corporation. All rights reserved.
// </copyright>
// ---------------------------------------------------------------------------
//-----------------------------------------------------------------------
// <summary>
// FxCop exclusions
// </summary>
//-----------------------------------------------------------------------
using System.Diagnostics.CodeAnalysis;
[module: SuppressMessage("Exchange.Usage", "EX0031:DoNotUseUnsafeXmlParsers", Scope = "type", Target = "Microsoft.Exchange.WebServices.Data.EwsServiceMultiResponseXmlReader")]
[module: SuppressMessage("Exchange.Usage", "EX0031:DoNotUseUnsafeXmlParsers", Scope = "type", Target = "Microsoft.Exchange.WebServices.Data.EwsXmlReader")]