Skip to content

Fixed creating and loading an Activity VM and its lifecycle twice after restoring on Android #943

Fixed creating and loading an Activity VM and its lifecycle twice after restoring on Android

Fixed creating and loading an Activity VM and its lifecycle twice after restoring on Android #943

Workflow file for this run

name: dotnet format
on: [pull_request]
jobs:
lint:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.201
- name: Restore dependencies
run: dotnet tool restore
- name: Run dotnet format
run: |
dotnet format whitespace --no-restore --verify-no-changes MvvmCross.sln