forked from dotnet/roslyn
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Microsoft.CodeAnalysis.ExternalAccess.OmniSharp package.
- Loading branch information
Showing
9 changed files
with
114 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...rnalAccess/OmniSharp.CSharp/Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
|
||
<IsPackable>true</IsPackable> | ||
<PackageId>Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp</PackageId> | ||
<PackageDescription> | ||
A supporting package for OmniSharp: | ||
https://github.com/OmniSharp/omnisharp-roslyn | ||
</PackageDescription> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<!-- | ||
⚠ ONLY OMNISHARP ASSEMBLIES MAY BE ADDED HERE ⚠ | ||
--> | ||
<InternalsVisibleTo Include="OmniSharp.Roslyn.CSharp" /> | ||
<InternalsVisibleTo Include="OmniSharp.Roslyn.CSharp.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.DotNetTest" /> | ||
<InternalsVisibleTo Include="OmniSharp.DotNetTest.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.LanguageServerProtocol" /> | ||
<InternalsVisibleTo Include="OmniSharp.Lsp.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.MSBuild" /> | ||
<InternalsVisibleTo Include="OmniSharp.MSBuild.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.Script" /> | ||
<InternalsVisibleTo Include="OmniSharp.Script.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.Cake" /> | ||
<InternalsVisibleTo Include="OmniSharp.CakeTests" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" /> | ||
<ProjectReference Include="..\..\..\Features\Core\Portable\Microsoft.CodeAnalysis.Features.csproj" /> | ||
<ProjectReference Include="..\..\..\Features\CSharp\Portable\Microsoft.CodeAnalysis.CSharp.Features.csproj" /> | ||
<ProjectReference Include="..\..\..\Workspaces\Core\Portable\Microsoft.CodeAnalysis.Workspaces.csproj" /> | ||
<ProjectReference Include="..\OmniSharp\Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PublicAPI Include="PublicAPI.Shipped.txt" /> | ||
<PublicAPI Include="PublicAPI.Unshipped.txt" /> | ||
</ItemGroup> | ||
|
||
</Project> |
Empty file.
1 change: 1 addition & 0 deletions
1
src/Tools/ExternalAccess/OmniSharp.CSharp/PublicAPI.Unshipped.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
|
45 changes: 45 additions & 0 deletions
45
src/Tools/ExternalAccess/OmniSharp/Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.csproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
|
||
<PropertyGroup> | ||
<TargetFramework>netstandard2.0</TargetFramework> | ||
|
||
<IsPackable>true</IsPackable> | ||
<PackageId>Microsoft.CodeAnalysis.ExternalAccess.OmniSharp</PackageId> | ||
<PackageDescription> | ||
A supporting package for OmniSharp: | ||
https://github.com/OmniSharp/omnisharp-roslyn | ||
</PackageDescription> | ||
</PropertyGroup> | ||
|
||
<ItemGroup> | ||
<InternalsVisibleTo Include="Microsoft.CodeAnalysis.ExternalAccess.OmniSharp.CSharp" /> | ||
<!-- | ||
⚠ ONLY OMNISHARP ASSEMBLIES MAY BE ADDED HERE ⚠ | ||
--> | ||
<InternalsVisibleTo Include="OmniSharp.Roslyn" /> | ||
<InternalsVisibleTo Include="OmniSharp.Roslyn.CSharp" /> | ||
<InternalsVisibleTo Include="OmniSharp.Roslyn.CSharp.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.DotNetTest" /> | ||
<InternalsVisibleTo Include="OmniSharp.DotNetTest.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.LanguageServerProtocol" /> | ||
<InternalsVisibleTo Include="OmniSharp.Lsp.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.MSBuild" /> | ||
<InternalsVisibleTo Include="OmniSharp.MSBuild.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.Script" /> | ||
<InternalsVisibleTo Include="OmniSharp.Script.Tests" /> | ||
<InternalsVisibleTo Include="OmniSharp.Cake" /> | ||
<InternalsVisibleTo Include="OmniSharp.CakeTests" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<ProjectReference Include="..\..\..\Compilers\Core\Portable\Microsoft.CodeAnalysis.csproj" /> | ||
<ProjectReference Include="..\..\..\Features\Core\Portable\Microsoft.CodeAnalysis.Features.csproj" /> | ||
<ProjectReference Include="..\..\..\Workspaces\Core\Portable\Microsoft.CodeAnalysis.Workspaces.csproj" /> | ||
</ItemGroup> | ||
|
||
<ItemGroup> | ||
<PublicAPI Include="PublicAPI.Shipped.txt" /> | ||
<PublicAPI Include="PublicAPI.Unshipped.txt" /> | ||
</ItemGroup> | ||
|
||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters