forked from roslynpad/roslynpad
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
74 changed files
with
462 additions
and
1,241 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> | ||
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled> | ||
</PropertyGroup> | ||
<PropertyGroup> | ||
<DotNetVersion>7.0.0</DotNetVersion> | ||
<RoslynVersion>4.4.0</RoslynVersion> | ||
<RoslynPrivateVersion>4.4.0-6.22561.11</RoslynPrivateVersion> | ||
<AvaloniaVersion>0.10.18</AvaloniaVersion> | ||
<RxVersion>5.0.0</RxVersion> | ||
<NuGetVersion>6.4.0</NuGetVersion> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<PackageVersion Include="AvalonEdit" Version="6.1.3.50" /> | ||
<PackageVersion Include="Avalonia.AvaloniaEdit" Version="0.10.12.2" /> | ||
<PackageVersion Include="Avalonia.Desktop" Version="$(AvaloniaVersion)" /> | ||
<PackageVersion Include="Avalonia" Version="$(AvaloniaVersion)" /> | ||
<PackageVersion Include="AvalonLibrary" Version="3.0.0" /> | ||
<PackageVersion Include="Azure.Monitor.OpenTelemetry.Exporter" Version="1.0.0-beta.5" /> | ||
<PackageVersion Include="Dirkster.AvalonDock" Version="4.70.3" /> | ||
<PackageVersion Include="IgnoresAccessChecksToGenerator" Version="0.5.0" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Features" Version="$(RoslynVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="$(RoslynVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp.Workspaces" Version="$(RoslynVersion)" /> | ||
<PackageVersion Include="Microsoft.CodeAnalysis.CSharp" Version="$(RoslynVersion)" /> | ||
<PackageVersion Include="Microsoft.DiaSymReader.Native" Version="1.7.0" /> | ||
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="$(DotnetVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Console" Version="$(DotnetVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging.Debug" Version="$(DotnetVersion)" /> | ||
<PackageVersion Include="Microsoft.Extensions.Logging" Version="$(DotnetVersion)" /> | ||
<PackageVersion Include="Mono.Cecil" Version="0.11.4" /> | ||
<PackageVersion Include="Nerdbank.Streams" Version="2.9.112" /> | ||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" /> | ||
<PackageVersion Include="NuGet.Commands" Version="$(NuGetVersion)" /> | ||
<PackageVersion Include="NuGet.Versioning" Version="$(NuGetVersion)" /> | ||
<PackageVersion Include="System.Linq.Async" Version="6.0.1" /> | ||
<PackageVersion Include="System.Reactive.Core" Version="$(RxVersion)" /> | ||
<PackageVersion Include="System.Reactive.Linq" Version="$(RxVersion)" /> | ||
<PackageVersion Include="System.Reflection.MetadataLoadContext" Version="$(DotnetVersion)" /> | ||
<PackageVersion Include="System.Reflection.Metadata" Version="$(DotnetVersion)" /> | ||
<PackageVersion Include="System.Composition" Version="$(DotnetVersion)" /> | ||
<PackageVersion Include="xunit.runner.visualstudio" Version="2.4.5" /> | ||
<PackageVersion Include="Xunit.StaFact" Version="1.1.11" /> | ||
<PackageVersion Include="xunit" Version="2.4.2" /> | ||
</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
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
{ | ||
"sdk": { | ||
"version": "6.0.100" | ||
"version": "7.0.100" | ||
}, | ||
"msbuild-sdks": { | ||
"Microsoft.Build.NoTargets": "3.4.0" | ||
} | ||
} |
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<packageSources> | ||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" /> | ||
<clear /> | ||
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" /> | ||
</packageSources> | ||
</configuration> | ||
</configuration> |
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,24 @@ | ||
<Project Sdk="Microsoft.Build.NoTargets"> | ||
<PropertyGroup> | ||
<TargetFramework>$(LtsTargetFramework)</TargetFramework> | ||
<ManagePackageVersionsCentrally>false</ManagePackageVersionsCentrally> | ||
<RestoreSources> | ||
https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json; | ||
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vssdk/nuget/v3/index.json; | ||
https://pkgs.dev.azure.com/azure-public/vside/_packaging/vs-impl/nuget/v3/index.json; | ||
https://api.nuget.org/v3/index.json | ||
</RestoreSources> | ||
</PropertyGroup> | ||
<!-- | ||
Unfortunately we can't use the public feed version because it doesn't contain `LanguageServer.Protocol`. | ||
Must correlate its version using the Git commit ID. | ||
--> | ||
<ItemGroup> | ||
<PackageReference Include="Microsoft.CodeAnalysis.LanguageServer.Protocol" Version="$(RoslynPrivateVersion)" GeneratePathProperty="true" IncludeAssets="none" PrivateAssets="all" /> | ||
</ItemGroup> | ||
<Target Name="GetLibReferences" Outputs="@(Reference)"> | ||
<ItemGroup> | ||
<Reference Include="$(PkgMicrosoft_CodeAnalysis_LanguageServer_Protocol)/lib/netcoreapp3.1/*.dll" /> | ||
</ItemGroup> | ||
</Target> | ||
</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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<Project Sdk="Microsoft.NET.Sdk"> | ||
<ItemGroup> | ||
<ProjectReference Include="..\RoslynPad.Roslyn\RoslynPad.Roslyn.csproj" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<PackageReference Include="Mono.Cecil" Version="0.11.4" /> | ||
<PackageReference Include="NuGet.Versioning" Version="5.11.0" /> | ||
<PackageReference Include="Nerdbank.Streams" Version="2.8.46" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging" Version="$(DotnetVersion)" /> | ||
<PackageReference Include="Mono.Cecil" /> | ||
<PackageReference Include="NuGet.Versioning" /> | ||
<PackageReference Include="Nerdbank.Streams" /> | ||
<PackageReference Include="Microsoft.Extensions.Logging" /> | ||
</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
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
Oops, something went wrong.