Skip to content

Commit

Permalink
Renamed YamlDotNet.Analyzers to YamlDotNet.Analyzers.StaticGenerator
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardCooke committed Dec 19, 2022
1 parent fcc703a commit cb56192
Show file tree
Hide file tree
Showing 13 changed files with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using System.Collections.Generic;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public class ClassObject
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public class ClassSyntaxReceiver : ISyntaxContextReceiver
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
using System;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public abstract class File
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
using System.Text;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public class ObjectAccessorFileGenerator : File
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
using System;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public class StaticContextFile : File
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
using System;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public class StaticObjectFactoryFile : File
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@
// SOFTWARE.

using System;
using System.Collections.Generic;
using System.Text;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public class StaticPropertyDescriptorFile : File
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,11 @@

using System;
using System.Collections.Immutable;
using System.Runtime.InteropServices.ComTypes;
using System.Text;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
public class StaticTypeInspectorFile : File
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using System.Collections.Generic;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
static class SymbolExtensions
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using System.Text;
using Microsoft.CodeAnalysis;

namespace YamlDotNet.Analyzers
namespace YamlDotNet.Analyzers.StaticGenerator
{
[Generator]
public class TypeFactoryGenerator : ISourceGenerator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\YamlDotNet.Analyzers\YamlDotNet.Analyzers.csproj"
<ProjectReference Include="..\YamlDotNet.Analyzers.StaticGenerator\YamlDotNet.Analyzers.StaticGenerator.csproj"
OutputItemType="Analyzer"
ReferenceOutputAssembly="false" />
<ProjectReference Include="..\YamlDotNet\YamlDotNet.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion YamlDotNet.sln
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YamlDotNet.Benchmark", "YamlDotNet.Benchmark\YamlDotNet.Benchmark.csproj", "{52D1E5F3-8337-48FC-AED5-968B51C7DAEB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YamlDotNet.Analyzers", "YamlDotNet.Analyzers\YamlDotNet.Analyzers.csproj", "{42DE4D20-AEF7-4235-9CB2-1ED0150B3D1B}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "YamlDotNet.Analyzers.StaticGenerator", "YamlDotNet.Analyzers.StaticGenerator\YamlDotNet.Analyzers.StaticGenerator.csproj", "{42DE4D20-AEF7-4235-9CB2-1ED0150B3D1B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "YamlDotNet.Core7AoTCompileTest", "YamlDotNet.Core7AoTCompileTest\YamlDotNet.Core7AoTCompileTest.csproj", "{DEB5099E-D216-438B-86A7-03674F9185EF}"
EndProject
Expand Down

0 comments on commit cb56192

Please sign in to comment.