This commit is contained in:
John Lewin 2018-03-21 23:40:40 -07:00
parent 6fb82c349b
commit 2414f21a4a
4 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
namespace RoslinLocalizeDetector
namespace RoslynLocalizeDetector
{
[DiagnosticAnalyzer(LanguageNames.CSharp)]
public class LocalizeDetector : DiagnosticAnalyzer

View file

@ -8,7 +8,7 @@ using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.MSBuild;
using Newtonsoft.Json;
namespace RoslinLocalizeDetector
namespace RoslynLocalizeDetector
{
class Program
{

View file

@ -3,8 +3,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net471</TargetFramework>
<AssemblyName>RoslinLocalizeDetector</AssemblyName>
<RootNamespace>RoslinLocalizeDetector</RootNamespace>
<AssemblyName>RoslynLocalizeDetector</AssemblyName>
<RootNamespace>RoslynLocalizeDetector</RootNamespace>
<StartupObject></StartupObject>
</PropertyGroup>