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

Add extension method to hook CSLA into ASP.NET Core IServiceCollection #982

Closed
rockfordlhotka opened this issue Nov 13, 2018 · 1 comment

Comments

@rockfordlhotka
Copy link
Member

rockfordlhotka commented Nov 13, 2018

CSLA needs an extension method for the IServiceCollection type so it naturally fits into the Startup.cs flow in AspNetCore.

Something like this:

  public static class CslaExtensions
  {
    public static CslaConfiguration AddCsla(this IServiceCollection sc)
    {
      // add servicedescriptor to sc collection
      return sc;
    }
  }
@rockfordlhotka rockfordlhotka added this to To do in Version 4.9.0 via automation Nov 13, 2018
@rockfordlhotka rockfordlhotka removed this from To do in Version 4.9.0 Nov 20, 2018
@rockfordlhotka rockfordlhotka changed the title Add extension method for CSLA<->aspnetcore config Add extension method to hook CSLA into ASP.NET Core IServiceCollection Nov 27, 2018
@rockfordlhotka rockfordlhotka added this to To do in Version 4.9.0 via automation Nov 27, 2018
@rockfordlhotka rockfordlhotka self-assigned this Nov 27, 2018
rockfordlhotka added a commit to rockfordlhotka/csla that referenced this issue Nov 27, 2018
rockfordlhotka added a commit to rockfordlhotka/csla that referenced this issue Nov 27, 2018
…ervice for use in .NET Core DI scenarios
rockfordlhotka added a commit to rockfordlhotka/csla that referenced this issue Nov 27, 2018
rockfordlhotka added a commit to rockfordlhotka/csla that referenced this issue Dec 12, 2018
Version 4.9.0 automation moved this from To do to Done Dec 12, 2018
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Version 4.9.0
  
Done
Development

No branches or pull requests

1 participant