From 28d24d4278061b2c251aab9a3938fdcb87cc6638 Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 30 Sep 2019 21:19:50 +0100 Subject: [PATCH] Fixed: Removed unused files --- src/Common/CodeAnalysisDictionary.xml | 22 -- src/Common/CommonAssemblyInfo.cs | 20 -- src/Common/CommonVersionInfo.cs | 5 - src/Common/GlobalSuppressions.cs | 18 -- src/Common/Microsoft.AspNet.SignalR.ruleset | 227 -------------------- src/Common/Microsoft.AspNet.SignalR.targets | 40 ---- 6 files changed, 332 deletions(-) delete mode 100644 src/Common/CodeAnalysisDictionary.xml delete mode 100644 src/Common/CommonAssemblyInfo.cs delete mode 100644 src/Common/CommonVersionInfo.cs delete mode 100644 src/Common/GlobalSuppressions.cs delete mode 100644 src/Common/Microsoft.AspNet.SignalR.ruleset delete mode 100644 src/Common/Microsoft.AspNet.SignalR.targets diff --git a/src/Common/CodeAnalysisDictionary.xml b/src/Common/CodeAnalysisDictionary.xml deleted file mode 100644 index 857f46c4e..000000000 --- a/src/Common/CodeAnalysisDictionary.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - Ack - Minifier - Jsonp - Linktionary - Scaleout - Redis - Owin - Stringify - Unminify - Unminified - Stateful - SignalR - Hubservable - Sse - GitHub - - - \ No newline at end of file diff --git a/src/Common/CommonAssemblyInfo.cs b/src/Common/CommonAssemblyInfo.cs deleted file mode 100644 index c245672c6..000000000 --- a/src/Common/CommonAssemblyInfo.cs +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information. - -using System; -using System.Reflection; -using System.Resources; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyCompany("Microsoft Open Technologies, Inc.")] -[assembly: AssemblyCopyright("© Microsoft Open Technologies, Inc. All rights reserved.")] - -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] -[assembly: AssemblyConfiguration("")] -[assembly: ComVisible(false)] -[assembly: CLSCompliant(false)] - -[assembly: NeutralResourcesLanguage("en-US")] \ No newline at end of file diff --git a/src/Common/CommonVersionInfo.cs b/src/Common/CommonVersionInfo.cs deleted file mode 100644 index d674c376f..000000000 --- a/src/Common/CommonVersionInfo.cs +++ /dev/null @@ -1,5 +0,0 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information. - -using System.Reflection; - -[assembly: AssemblyVersion("10.0.0.*")] diff --git a/src/Common/GlobalSuppressions.cs b/src/Common/GlobalSuppressions.cs deleted file mode 100644 index ec9dfe318..000000000 --- a/src/Common/GlobalSuppressions.cs +++ /dev/null @@ -1,18 +0,0 @@ -// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. See License.md in the project root for license information. - -// 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 -// Code Analysis results, point to "Suppress Message", and click -// "In Suppression File". -// You do not need to add suppressions to this file manually. - -using System.Diagnostics.CodeAnalysis; - -[assembly: SuppressMessage("Microsoft.Design", "CA2210:AssembliesShouldHaveValidStrongNames", Justification = "Strong naming is done on the CI.")] -[assembly: SuppressMessage("Microsoft.Naming", "CA1703:ResourceStringsShouldBeSpelledCorrectly", MessageId = "param", Scope = "resource", Target = "Microsoft.AspNet.SignalR.Resources.resources")] -[assembly: SuppressMessage("Microsoft.Usage", "CA2243:AttributeStringLiteralsShouldParseCorrectly", Justification = "We use semver")] -[assembly: SuppressMessage("Microsoft.Design", "CA1065:DoNotRaiseExceptionsInUnexpectedLocations", Scope = "member", Target = "Microsoft.AspNet.SignalR.Messaging.ScaleoutTaskQueue.#.cctor()", Justification = "The task is cached")] diff --git a/src/Common/Microsoft.AspNet.SignalR.ruleset b/src/Common/Microsoft.AspNet.SignalR.ruleset deleted file mode 100644 index 38ad3e9ec..000000000 --- a/src/Common/Microsoft.AspNet.SignalR.ruleset +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/src/Common/Microsoft.AspNet.SignalR.targets b/src/Common/Microsoft.AspNet.SignalR.targets deleted file mode 100644 index 291b985a8..000000000 --- a/src/Common/Microsoft.AspNet.SignalR.targets +++ /dev/null @@ -1,40 +0,0 @@ - - - - $(ArtifactsDir)\$(MSBuildProjectName) - $(ArtifactsDir)\$(MSBuildProjectName)\bin - - - - $(MSBuildThisFileDirectory)Microsoft.AspNet.SignalR.ruleset - false - 1591 - true - - - - $(DefineConstants);CODE_ANALYSIS - 11.0 - - - - $(DefineConstants);MONO - - - - $(DefineConstants);SIGNED - true - true - $(KeyFile) - - - - - GlobalSuppressions.cs - - - - - - - \ No newline at end of file