Skip to content

Commit

Permalink
Fix namespace and codesign for analysis assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Apr 6, 2023
1 parent 9f31354 commit fa6e3c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/CodeAnalysis/CodeAnalysis.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>WebSocketChannel.CodeAnalysis</AssemblyName>
<PackFolder>analyzers/dotnet/roslyn4.0</PackFolder>
<SignAssembly>false</SignAssembly>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/CodeAnalysis/SponsorLinker.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.Diagnostics;

namespace Mvp.Xml;
namespace WebSocketChannel;

[DiagnosticAnalyzer(LanguageNames.CSharp, LanguageNames.VisualBasic, LanguageNames.FSharp)]
class SponsorLinker : SponsorLink
Expand Down

0 comments on commit fa6e3c3

Please sign in to comment.