-
Notifications
You must be signed in to change notification settings - Fork 115
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
feat(idgenerator): Add IIdGenerator
And Add MasaApp
#188
Conversation
…sa.BuildingBlocks.Data.Contracts.Paginated namespace
…to feature/idgenerator # Conflicts: # src/BuildingBlocks/Data/Masa.BuildingBlocks.Data/_Imports.cs # src/Contrib/Data/Orm/EFCore/Masa.Contrib.Data.EFCore/_Imports.cs # src/Contrib/StackSdks/Tests/Masa.Contrib.StackSdks.Pm.Tests/_Imports.cs
…to feature/idgenerator # Conflicts: # src/Contrib/Service/Masa.Contrib.Service.MinimalAPIs/_Imports.cs
src/BuildingBlocks/Data/Masa.BuildingBlocks.Data/IdGenerator/DefaultIdGeneratorFactory.cs
Outdated
Show resolved
Hide resolved
src/BuildingBlocks/Ddd/Domain/Masa.BuildingBlocks.Ddd.Domain/_Imports.cs
Outdated
Show resolved
Hide resolved
src/BuildingBlocks/Service/Masa.BuildingBlocks.Service.Caller/CallerBase.cs
Outdated
Show resolved
Hide resolved
|
||
namespace Masa.Contrib.Service.MinimalAPIs.BackgroundServices; | ||
|
||
public class InitializeMasaAppHostedService : BackgroundService |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why it's a background service?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Processed
src/BuildingBlocks/Data/Masa.BuildingBlocks.Data/IdGenerator/IdGeneratorFactory.cs
Outdated
Show resolved
Hide resolved
...ntrib/Configuration/Masa.Contrib.Configuration/Extensions/WebApplicationBuilderExtensions.cs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…SA.Framework into feature/idgenerator # Conflicts: # src/Contrib/Data/IdGenerator/NormalGuid/Masa.Contrib.Data.IdGenerator.NormalGuid.Tests/NormalGuidGeneratorTest.cs # src/Contrib/Data/IdGenerator/SequentialGuid/Masa.Contrib.Data.IdGenerator.SequentialGuid.Tests/SequentialGuidGeneratorTest.cs # src/Contrib/Service/Caller/Tests/Masa.Contrib.Service.Caller.Tests/CallerTest.cs
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
IIdGenerator
And AddMasaApp
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: