-
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(i18n): Simplify fetching custom resources #387
Conversation
abd8e36
to
9663eaa
Compare
9663eaa
to
cf5c0ab
Compare
|
||
namespace Masa.BuildingBlocks.Ddd.Domain.Tests; | ||
|
||
public class CustomerResource |
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.
custom?customer?
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
Kudos, SonarCloud Quality Gate passed!
|
@@ -3,7 +3,7 @@ | |||
|
|||
namespace Masa.BuildingBlocks.Ddd.Domain.Tests; | |||
|
|||
public class CustomerResource | |||
public class CustomResource |
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.
file name
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.
The file name has been changed, you may need to refresh it
Description
Simplify fetching custom resources
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: