/V4/StockTrader RI/Desktop/StockTraderRI.Infrastructure/GlobalSuppressions.cs
# · C# · 40 lines · 14 code · 1 blank · 25 comment · 0 complexity · 6a6bd0a730c971263387e67b2f778453 MD5 · raw file
- //===================================================================================
- // Microsoft patterns & practices
- // Composite Application Guidance for Windows Presentation Foundation and Silverlight
- //===================================================================================
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
- // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
- // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
- // FITNESS FOR A PARTICULAR PURPOSE.
- //===================================================================================
- // The example companies, organizations, products, domain names,
- // e-mail addresses, logos, people, places, and events depicted
- // herein are fictitious. No association with any real company,
- // organization, product, domain name, email address, logo, person,
- // places, or events is intended or should be inferred.
- //===================================================================================
- // 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.
- //
- // To add a suppression to this file, right-click the message in the
- // Error List, point to "Suppress Message(s)", and click
- // "In Project Suppression File".
- // You do not need to add suppressions to this file manually.
-
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "StockTraderRI.Infrastructure.Models.NewsArticle.#IconUri")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Infrastructure.Behaviors")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Infrastructure.Converters")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Infrastructure.PresentationModels")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Scope = "member", Target = "StockTraderRI.Infrastructure.ExtendedHeader.#IconUri")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "NewsFeed", Scope = "type", Target = "StockTraderRI.Infrastructure.Interfaces.INewsFeedService")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1702:CompoundWordsShouldBeCasedCorrectly", MessageId = "NewsFeed", Scope = "type", Target = "StockTraderRI.Infrastructure.Models.NewsFeedEventArgs")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1024:UsePropertiesWhereAppropriate", Scope = "member", Target = "StockTraderRI.Infrastructure.Interfaces.IAccountPositionService.#GetAccountPositions()")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Infrastructure.RegionAdapters")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "StockTraderRI.Infrastructure.ReturnKey.#GetCommand(System.Windows.Controls.TextBox)", Justification = "The attached property will only work on TextBoxes.")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "StockTraderRI.Infrastructure.ReturnKey.#SetCommand(System.Windows.Controls.TextBox,System.Windows.Input.ICommand)", Justification = "The attached property will only work on TextBoxes.")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "StockTraderRI.Infrastructure.ReturnKey.#GetDefaultTextAfterCommandExecution(System.Windows.Controls.TextBox)", Justification = "The attached property will only work on TextBoxes.")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "StockTraderRI.Infrastructure.ReturnKey.#SetDefaultTextAfterCommandExecution(System.Windows.Controls.TextBox,System.String)", Justification = "The attached property will only work on TextBoxes.")]