Skip to content

Commit

Permalink
link isexternalinit to avoid errors in O# about missing reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dibarbet committed Feb 28, 2023
1 parent 024a35f commit db1e43d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
https://github.com/OmniSharp/omnisharp-roslyn
</PackageDescription>
</PropertyGroup>

<ItemGroup>
<Compile Include="..\..\..\Compilers\Core\Portable\InternalUtilities\IsExternalInit.cs" Link="IsExternalInit.cs" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp" />
Expand Down

0 comments on commit db1e43d

Please sign in to comment.