PageRenderTime 41ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/V2.2/trunk/RI/Desktop/StockTraderRI.Modules.Position/GlobalSuppressions.cs

#
C# | 65 lines | 39 code | 1 blank | 25 comment | 0 complexity | 24c8f52498299fbe3e491bf9cca4b456 MD5 | raw file
  1. //===================================================================================
  2. // Microsoft patterns & practices
  3. // Composite Application Guidance for Windows Presentation Foundation and Silverlight
  4. //===================================================================================
  5. // Copyright (c) Microsoft Corporation. All rights reserved.
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY
  7. // OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT
  8. // LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
  9. // FITNESS FOR A PARTICULAR PURPOSE.
  10. //===================================================================================
  11. // The example companies, organizations, products, domain names,
  12. // e-mail addresses, logos, people, places, and events depicted
  13. // herein are fictitious. No association with any real company,
  14. // organization, product, domain name, email address, logo, person,
  15. // places, or events is intended or should be inferred.
  16. //===================================================================================
  17. // This file is used by Code Analysis to maintain SuppressMessage
  18. // attributes that are applied to this project.
  19. // Project-level suppressions either have no target or are given
  20. // a specific target and scoped to a namespace, type, member, etc.
  21. //
  22. // To add a suppression to this file, right-click the message in the
  23. // Error List, point to "Suppress Message(s)", and click
  24. // "In Project Suppression File".
  25. // You do not need to add suppressions to this file manually.
  26. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Modules.Position")]
  27. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Modules.Position.Interfaces")]
  28. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Modules.Position.Models")]
  29. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Modules.Position.PositionSummary")]
  30. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Modules.Position.Services")]
  31. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "XamlGeneratedNamespace")]
  32. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames")]
  33. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily", Scope = "member", Target = "StockTraderRI.Modules.Position.OrdersToolBar.#System.Windows.Markup.IComponentConnector.Connect(System.Int32,System.Object)")]
  34. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1044:PropertiesShouldNotBeWriteOnly", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.IOrderDetailsPresentationModel.#TransactionInfo")]
  35. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderCommandsView.#System.Windows.Markup.IComponentConnector.Connect(System.Int32,System.Object)")]
  36. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsPresentationModel.#AvailableOrderTypes")]
  37. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsPresentationModel.#AvailableTimesInForce")]
  38. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsPresentationModel.#Error")]
  39. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderCompositeView.#CompositeExpander")]
  40. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderCommandsView.#CancelButton")]
  41. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderCommandsView.#SubmitButton")]
  42. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#BuyRadio")]
  43. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#LayoutRoot")]
  44. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#OrderTypeCombo")]
  45. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#SellRadio")]
  46. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#SharesTextBox")]
  47. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#StopLimitPriceTextBox")]
  48. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#TickerSymbolTextBox")]
  49. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#TimeInForceCombo")]
  50. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#UserControl")]
  51. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrdersView.#CancelAllButton")]
  52. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrdersView.#LayoutRoot")]
  53. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrdersView.#OrdersListBox")]
  54. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrdersView.#SubmitAllButton")]
  55. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.OrdersToolBar.#CancelAllToolbarButton")]
  56. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.OrdersToolBar.#CancelToolbarButton")]
  57. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.OrdersToolBar.#SubmitAllToolbarButton")]
  58. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.OrdersToolBar.#SubmitToolbarButton")]
  59. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrdersView.#System.Windows.Markup.IComponentConnector.Connect(System.Int32,System.Object)")]
  60. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1011:ConsiderPassingBaseTypesAsParameters", Scope = "member", Target = "StockTraderRI.Modules.Position.Services.XmlOrdersService.#Submit(StockTraderRI.Modules.Position.Models.Order,System.Xml.Linq.XDocument)")]
  61. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1020:AvoidNamespacesWithFewTypes", Scope = "namespace", Target = "StockTraderRI.Modules.Position.Controllers")]
  62. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily", Scope = "member", Target = "StockTraderRI.Modules.Position.Orders.OrderDetailsView.#System.Windows.Markup.IComponentConnector.Connect(System.Int32,System.Object)")]
  63. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.PositionSummary.PositionSummaryView.#positionGrid")]
  64. [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields", Scope = "member", Target = "StockTraderRI.Modules.Position.PositionSummary.PositionPieChartView.#pieChart")]