File tree Expand file tree Collapse file tree
src/Microsoft.VisualStudio.Web.BrowserLink.Loader Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ // Copyright (c) .NET Foundation. All rights reserved.
2+ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
3+
4+ using System . Reflection ;
5+ using System . Resources ;
6+ using System . Runtime . CompilerServices ;
7+
8+ [ assembly: AssemblyMetadata ( "Serviceable" , "True" ) ]
9+ [ assembly: NeutralResourcesLanguage ( "en-us" ) ]
10+ [ assembly: AssemblyCompany ( "Microsoft Corporation." ) ]
11+ [ assembly: AssemblyCopyright ( "© Microsoft Corporation. All rights reserved." ) ]
12+ [ assembly: AssemblyProduct ( "Microsoft Visual Studio" ) ]
Original file line number Diff line number Diff line change 11{
22 "version" : " 14.0.0-*" ,
3+ "description" : " A middleware that supports creating a communication channel between the development environment and one or more web browsers." ,
34 "buildOptions" : {
45 "warningsAsErrors" : true ,
5- "keyFile" : " ../../tools/Key.snk"
6+ "keyFile" : " ../../tools/Key.snk" ,
7+ "xmlDoc" : true ,
8+ "nowarn" : [
9+ " CS1591"
10+ ]
611 },
712 "dependencies" : {
813 "Microsoft.AspNetCore.Http.Abstractions" : " 1.0.0-*" ,
You can’t perform that action at this time.
0 commit comments