- TeamsISO.App: hand-rolled net8.0-windows WPF csproj since the WPF
template isn't shipped on linux-arm64 .NET SDK; UI is a placeholder
for Phase C.
- TeamsISO.Engine.IntegrationTests: cross-platform xunit project with a
skipped scaffold fact tagged [Trait("requires", "ndi")] for Phase B.
- TeamsISO.Linux.slnf: solution filter for non-Windows CI that excludes
the WPF project (which can only build on Windows).
7 lines
91 B
C#
7 lines
91 B
C#
using System.Windows;
|
|
|
|
namespace TeamsISO.App;
|
|
|
|
public partial class App : Application
|
|
{
|
|
}
|