Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akkadotnet/Akka.Hosting
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.5.6
Choose a base ref
...
head repository: akkadotnet/Akka.Hosting
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.5.6.1
Choose a head ref
  • 6 commits
  • 9 files changed
  • 3 contributors

Commits on May 17, 2023

  1. Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 (#304)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.5.0 to 17.6.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
    - [Commits](microsoft/vstest@v17.5.0...v17.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 17, 2023
    Configuration menu
    Copy the full SHA
    bd2449d View commit details
    Browse the repository at this point in the history
  2. Make AkkaHostedService public (#299)

    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    Arkatufus and Aaronontheweb authored May 17, 2023
    Configuration menu
    Copy the full SHA
    4724638 View commit details
    Browse the repository at this point in the history
  3. Revert "Make AkkaHostedService public (#299)" (#305)

    This reverts commit 4724638.
    Aaronontheweb authored May 17, 2023
    Configuration menu
    Copy the full SHA
    c57287f View commit details
    Browse the repository at this point in the history
  4. Add MAUI support (#293)

    * Add MAUI support
    
    * work-arounds for MAUI support
    
    * added async startup
    
    * added dedicated Akka.Maui.Hosting library
    
    * getting app to launch correctly now
    
    * fix compilation and namespace errors
    
    * fixed solution rebase
    
    * updating build system to install MAUI workloads
    
    * Revert "updating build system to install MAUI workloads"
    
    This reverts commit 0f8e2ea.
    
    * moving MAUI code to its own solution
    
    * added API approvals
    
    ---------
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    Arkatufus and Aaronontheweb authored May 17, 2023
    Configuration menu
    Copy the full SHA
    92708e7 View commit details
    Browse the repository at this point in the history
  5. make AkkaHostedService public + virtual (#306)

    * make AkkaHostedService `public` + `virtual`
    
    Re-implementation of #299
    
    Made clear in XML-DOC comment, this is a "there be dragons" use case for end-users. We're not going to provide you with much support beyond making this possible. Best of luck.
    
    * implemented fixes
    Aaronontheweb authored May 17, 2023
    Configuration menu
    Copy the full SHA
    3dcde9d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b486348 View commit details
    Browse the repository at this point in the history
Loading