Skip to content

Commit

Permalink
deprecate ReactiveUI.Events.* (#2892)
Browse files Browse the repository at this point in the history
use ReactiveMarbles.ObservableEvents.SourceGenerator instead of using ReactiveUI.Events.*
  • Loading branch information
ChrisPulman authored Aug 21, 2021
1 parent eb3e4b4 commit c629a31
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 625 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,20 +59,19 @@ jobs:
- name: NuGet restore
run: |
dotnet restore ReactiveUI.sln
dotnet restore ReactiveUI.Events.sln
working-directory: src

- name: Install Pharmacist and Generate Events
run: |
dotnet tool install -g Pharmacist
pharmacist generate-platform -t uap10.0.16299,uap10.0.17134,uap10.0.17763,uap10.0.18362,uap10.0.19041,xamarin.mac20,xamarin.tvos10,monoandroid10.0,monoandroid11.0,xamarin.ios10,xamarin.watchos10 -o "src/ReactiveUI.Events/" --output-prefix "Events_"
pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-wpf -o "src/ReactiveUI.Events.WPF/" --output-prefix "Events_"
pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-winforms -o "src/ReactiveUI.Events.Winforms/" --output-prefix "Events_"
# Removed until Pharmacist can be released with new package
#- name: Install Pharmacist and Generate Events
# run: |
# dotnet tool install -g Pharmacist
# pharmacist generate-platform -t uap10.0.16299,uap10.0.17134,uap10.0.17763,uap10.0.18362,uap10.0.19041,xamarin.mac20,xamarin.tvos10,monoandroid10.0,monoandroid11.0,xamarin.ios10,xamarin.watchos10 -o "src/ReactiveUI.Events/" --output-prefix "Events_"
# pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-wpf -o "src/ReactiveUI.Events.WPF/" --output-prefix "Events_"
# pharmacist generate-platform -t net461,net462,net47,net471,net472,net48,netcoreapp3.1,net5.0 --is-winforms -o "src/ReactiveUI.Events.Winforms/" --output-prefix "Events_"

- name: Build
run: |
msbuild /t:build,pack /nowarn:MSB4011,VSX1000 /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=${{ env.configuration }} ReactiveUI.sln
msbuild /t:build,pack /nowarn:MSB4011,VSX1000 /p:NoPackageAnalysis=true /verbosity:minimal /p:Configuration=${{ env.configuration }} ReactiveUI.Events.sln
working-directory: src

- name: Run Unit Tests and Generate Coverage
Expand Down
61 changes: 0 additions & 61 deletions src/ReactiveUI.Events.WPF/ReactiveUI.Events.WPF.csproj

This file was deleted.

59 changes: 0 additions & 59 deletions src/ReactiveUI.Events.Winforms/ReactiveUI.Events.Winforms.csproj

This file was deleted.

This file was deleted.

16 changes: 0 additions & 16 deletions src/ReactiveUI.Events.XamForms/ReactiveUI.Events.XamForms.csproj

This file was deleted.

Loading

0 comments on commit c629a31

Please sign in to comment.