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

Remove Uri.TryParse and replace with Span<char> parsing #5039

Merged
merged 5 commits into from May 28, 2021

Commits on May 28, 2021

  1. Span<char>-ifying ActorPath and Address parsing

    Abstraction of ServiceProvider, Improving Akka.DependencyInjection (akkadotnet#4814)
    
    * Abstraction of ServiceProvider
    
    * introduced non-breaking Akka.DependencyInjection API changes
    
    * fixed unit tests / Props bug
    
    * fixed up DelegateInjectionSpecs
    
    * Added type checking for `Props(Type type, params object[] args)`
    
    * fixed non-generic `Props()` method
    
    Co-authored-by: Aaron Stannard <aaron@petabridge.com>
    
    completed work on ActorPath parsing
    Aaronontheweb committed May 28, 2021
    Copy the full SHA
    6b2240e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fce511b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    6a46519 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    371b2b0 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    328d21e View commit details
    Browse the repository at this point in the history