Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

refactor(controls): Overhaul ContentDialog modal interaction model and fix related issues #1038

refactor(controls): Overhaul ContentDialog modal interaction model and fix related issues

refactor(controls): Overhaul ContentDialog modal interaction model and fix related issues #1038

name: wpf-ui-pr-validator
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64
- uses: nuget/setup-nuget@v2
with:
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
- name: Setup .NET Core SDK 10.x
uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.x
- name: Install dependencies
run: dotnet restore
- name: Build
run: dotnet build src\Wpf.Ui.Gallery\Wpf.Ui.Gallery.csproj --configuration Release --no-restore
Morty Proxy This is a proxified and sanitized view of the page, visit original site.