Merge branch 'feat/ui-testing' into release/1.0.8-rc3
This commit is contained in:
commit
bcd72e17d8
342 changed files with 1058 additions and 1358 deletions
|
|
@ -1,4 +1,3 @@
|
|||
using IdentityModel.OidcClient.Browser;
|
||||
using PostIt.Services;
|
||||
|
||||
namespace PostIt.Desktop;
|
||||
|
|
|
|||
|
|
@ -24,7 +24,4 @@
|
|||
<ItemGroup>
|
||||
<ProjectReference Include="..\PostIt\PostIt.csproj" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<PackageReference Include="GitVersion.MsBuild" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
using System;
|
||||
using System.Threading;
|
||||
using Avalonia;
|
||||
using PostIt.Services;
|
||||
|
||||
|
|
@ -69,9 +68,6 @@ sealed class Program
|
|||
public static AppBuilder BuildAvaloniaApp()
|
||||
=> AppBuilder.Configure<App>()
|
||||
.UsePlatformDetect()
|
||||
#if DEBUG
|
||||
.WithDeveloperTools()
|
||||
#endif
|
||||
.WithInterFont()
|
||||
.LogToTrace();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue