Skip to content

Commit

Permalink
Merge pull request #67106 from dibarbet/omnisharp_external_access_init
Browse files Browse the repository at this point in the history
link isexternalinit to avoid errors in O# about missing reference
  • Loading branch information
dibarbet authored Mar 1, 2023
2 parents 8f27abd + db1e43d commit 2b95254
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 2b95254

Please sign in to comment.