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

examples: Actor UnitTest example #1326

Draft
wants to merge 13 commits into
base: master
Choose a base branch
from
Draft

Commits on Jul 16, 2024

  1. Added test project

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    fdd47a1 View commit details
    Browse the repository at this point in the history
  2. Updated readme with powershelll commands

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    bf1b233 View commit details
    Browse the repository at this point in the history
  3. Removed Startup.cs

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0ff23f5 View commit details
    Browse the repository at this point in the history
  4. Added previewConfig.yaml to enable the preview function ActorStateTTL…

    …, because it is used in the example
    
    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b29406f View commit details
    Browse the repository at this point in the history
  5. Added missing parameter in readme

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    29ca94a View commit details
    Browse the repository at this point in the history
  6. Added readme to the solution

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    cdaaeef View commit details
    Browse the repository at this point in the history
  7. Added IActorStateManager actorStateManager parameter to the contructo…

    …r of DemoActor
    
    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    651112b View commit details
    Browse the repository at this point in the history
  8. Updated the signature of Method SaveData(MyData data, TimeSpan ttl);

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    697cf9e View commit details
    Browse the repository at this point in the history
  9. Updated README.md

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    154d2b6 View commit details
    Browse the repository at this point in the history
  10. Updated deps

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ccf418e View commit details
    Browse the repository at this point in the history
  11. Updated target frameworks of new test project

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1f99148 View commit details
    Browse the repository at this point in the history
  12. Added test logger in DemoActor.UnitTest

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c13287e View commit details
    Browse the repository at this point in the history
  13. Created simple unittests of set and get state

    Signed-off-by: Manuel Menegazzo <[email protected]>
    m3nax committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    75df6b8 View commit details
    Browse the repository at this point in the history