File tree Expand file tree Collapse file tree
StyleCop.Analyzers/StyleCop.Analyzers.Test Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// Copyright (c) Tunnel Vision Laboratories, LLC. All Rights Reserved.
22// Licensed under the Apache License, Version 2.0. See LICENSE in the project root for license information.
33
4- namespace StyleCop . Analyzers . Test . LightJson
4+ namespace StyleCop . Analyzers . Test . LightJson . Serialization
55{
66 using global ::LightJson ;
77 using global ::LightJson . Serialization ;
Original file line number Diff line number Diff line change 237237 <Compile Include =" LayoutRules\SA1520UnitTests.cs" />
238238 <Compile Include =" LightJson\JsonArrayTests.cs" />
239239 <Compile Include =" LightJson\JsonObjectTests.cs" />
240- <Compile Include =" LightJson\JsonReaderTests.cs" />
241240 <Compile Include =" LightJson\JsonValueTests.cs" />
241+ <Compile Include =" LightJson\Serialization\JsonReaderTests.cs" />
242242 <Compile Include =" LightJson\Serialization\TextScannerTests.cs" />
243243 <Compile Include =" Lightup\AccessorDeclarationSyntaxExtensionsTests.cs" />
244244 <Compile Include =" Lightup\AutoWrapSeparatedSyntaxListTests.cs" />
You can’t perform that action at this time.
0 commit comments