-
|
Hello when I want to use RoslynPad (CodeEditor) in my Avalonia project, it crashes and gives me exception <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net5.0</TargetFramework>
<Nullable>enable</Nullable>
<AutoGenerateBindingRedirects>True</AutoGenerateBindingRedirects>
</PropertyGroup>
<ItemGroup>
<Folder Include="Models\" />
<AvaloniaResource Include="Assets\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Avalonia" Version="0.10.6" />
<PackageReference Include="Avalonia.Desktop" Version="0.10.6" />
<PackageReference Include="Avalonia.Diagnostics" Version="0.10.6" />
<PackageReference Include="Avalonia.ReactiveUI" Version="0.10.6" />
<PackageReference Include="ReactiveUI.Fody" Version="14.1.1" />
<PackageReference Include="RoslynPad.Editor.Avalonia" Version="1.2.0" />
<PackageReference Include="RoslynPad.Roslyn.Avalonia" Version="3.6.0" />
</ItemGroup>
</Project>
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
maxkatz6
Jul 9, 2021
Replies: 1 comment 7 replies
-
|
It seems this control was not updated to work with latest Avalonia. |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
Inerska
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems this control was not updated to work with latest Avalonia.