Giter Club home page Giter Club logo

blossom's People

Contributors

antoniocorreia avatar baartho avatar cjoy-ant avatar josephatkuvio avatar josephayoung avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

nanrod

blossom's Issues

Document all Sparc libraries

Order of priority:

  • Sparc.Kernel main Readme
  • Sparc.Features
  • Sparc.Platforms.Web
  • Sparc.Platforms.Maui
  • Sparc.Database.Cosmos
  • Sparc.Database.SqlServer
  • Sparc.Authentication.AzureADB2C
  • Sparc.Authentication.SelfHosted
  • Sparc.UI
  • Sparc.Notifications.Twilio
  • Sparc.Notifications.Azure

CosmosDbRepository/SqlRepository isn't registered in DI after Startup runs

In .NET 6, .AddScoped(typeof(IRepository<>), typeof(CosmosDbRepository<>)) has to be added to the Sparc project's Startup file in order for the repository to be registered in DI. Otherwise the repository lookup fails at runtime. This line of code already exists in both ServiceCollectionExtensions for Cosmos & SQL, so it seems .NET 6 might have messed w/ some DI things as far as ordering and parallel registration.

.AddAuthentication() has to be added to Startup.cs in order for Sparc.Features features to work

.AddAuthentication().AddJwtBearer() has to be added to Startup.cs in order for Sparc.Features features to work at all.

This is added automatically if you configure an authentication provider (SelfHosted or B2C), but not before.

We should figure out a way to have a "default" authentication provider, so that a working project isn't reliant on adding one of the Sparc authentication plugins, and so both Features and Public Features work out of the box.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.