Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Actors .NET Quickstart #804

Merged
merged 46 commits into from
May 22, 2023
Merged

New Actors .NET Quickstart #804

merged 46 commits into from
May 22, 2023

Commits on Feb 1, 2023

  1. Initial checkin of starter app

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7eaaea2 View commit details
    Browse the repository at this point in the history
  2. changing Record to Class given Actors cannot serialize records

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    0ebfd9e View commit details
    Browse the repository at this point in the history
  3. Updating to use custom statestore and port 5001

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    8710e18 View commit details
    Browse the repository at this point in the history
  4. Modernized to 100% minimal API code; no Startup.cs needed.

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    c8751f5 View commit details
    Browse the repository at this point in the history
  5. Mocked Controller actor and chose better names

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    085d783 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Fixed ControllerActor activiation

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    96d03bb View commit details
    Browse the repository at this point in the history
  2. Readme cleanup

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fb7852a View commit details
    Browse the repository at this point in the history
  3. removed dead legacy usings/code

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    568d1aa View commit details
    Browse the repository at this point in the history
  4. multitarget inferfaces to .net 6;7

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    5f92989 View commit details
    Browse the repository at this point in the history
  5. Style linting

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    eec8993 View commit details
    Browse the repository at this point in the history
  6. readme improvement

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    9f27d82 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. new structure of README

    marcduiker committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    406a867 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    ec26ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5ca290 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Configuration menu
    Copy the full SHA
    0e275e9 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Updated readme for format and simplicity. Todos are done.

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    14f14c1 View commit details
    Browse the repository at this point in the history
  2. tweak to readme to make more language independent

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    4587d89 View commit details
    Browse the repository at this point in the history
  3. fixing up folder names in readme

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    a9ae13f View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    4a1c1bf View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Configuration menu
    Copy the full SHA
    568f5d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8db5898 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5cd415d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cdad270 View commit details
    Browse the repository at this point in the history
  5. Set Status to Alarm

    marcduiker committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    dadb2a8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    849ea9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bc16b76 View commit details
    Browse the repository at this point in the history
  8. Fix type

    marcduiker committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    48d8fb3 View commit details
    Browse the repository at this point in the history
  9. Upgrade to 1.10

    marcduiker committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    e24a945 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Remove battery and temp functionality

    Signed-off-by: Marc Duiker <marcduiker@gmail.com>
    marcduiker committed Mar 8, 2023
    Configuration menu
    Copy the full SHA
    838fca3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Use explicit device1 and 2 variables in the client to avoid confusion

    Signed-off-by: Marc Duiker <marcduiker@gmail.com>
    marcduiker committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9e6e53b View commit details
    Browse the repository at this point in the history
  2. Update README with new code

    Signed-off-by: Marc Duiker <marcduiker@gmail.com>
    marcduiker committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    4cdf380 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    41c9201 View commit details
    Browse the repository at this point in the history
  2. staging a reminders feature

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a3b93d8 View commit details
    Browse the repository at this point in the history
  3. Implemented reminders to clear alarm state after 15 seconds

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    702bbcd View commit details
    Browse the repository at this point in the history
  4. Update actors/csharp/sdk/README.md

    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk and msfussell committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ec65c5c View commit details
    Browse the repository at this point in the history
  5. updated expected output in readme with reminder

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8cfe12c View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature/actors' of github.com:paulyuk/quickstarts into …

    …feature/actors
    Paul Yuknewicz authored and Paul Yuknewicz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ff144fe View commit details
    Browse the repository at this point in the history
  7. Updating main quickstarts readme to include Actors

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9487308 View commit details
    Browse the repository at this point in the history
  8. Removing In-development label from readme

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4a55409 View commit details
    Browse the repository at this point in the history
  9. updating MD per jgm/pandoc#2117

    Signed-off-by: Paul Yuknewicz <paulyuk@Pauls-MBP-2.lan>
    Paul Yuknewicz authored and Paul Yuknewicz committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bc3a760 View commit details
    Browse the repository at this point in the history
  10. Update actors/csharp/sdk/README.md

    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk and msfussell committed May 22, 2023
    Configuration menu
    Copy the full SHA
    8c77a89 View commit details
    Browse the repository at this point in the history
  11. Update actors/csharp/sdk/service/SmokeDetectorActor.cs

    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk and msfussell committed May 22, 2023
    Configuration menu
    Copy the full SHA
    442909f View commit details
    Browse the repository at this point in the history
  12. Update actors/csharp/sdk/service/SmokeDetectorActor.cs

    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk and msfussell committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4c22289 View commit details
    Browse the repository at this point in the history
  13. Update actors/csharp/sdk/README.md

    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk and msfussell committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c055b54 View commit details
    Browse the repository at this point in the history
  14. Update actors/csharp/sdk/service/ControllerActor.cs

    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk and msfussell committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c0caecf View commit details
    Browse the repository at this point in the history
  15. Update actors/csharp/sdk/service/SmokeDetectorActor.cs

    Co-authored-by: Mark Fussell <markfussell@gmail.com>
    Signed-off-by: Paul Yuknewicz <paulyuk@microsoft.com>
    paulyuk and msfussell committed May 22, 2023
    Configuration menu
    Copy the full SHA
    a34f6bb View commit details
    Browse the repository at this point in the history