Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CacheManagement
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tsai
CacheManagement
Commits
9f4f1e7c
Commit
9f4f1e7c
authored
Apr 09, 2020
by
gdlcf88
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix namespace configurations
parent
0f4be766
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
common.props
common.props
+1
-1
CacheManagementDomainSharedModule.cs
...yAbp/CacheManagement/CacheManagementDomainSharedModule.cs
+2
-2
No files found.
common.props
View file @
9f4f1e7c
<Project>
<PropertyGroup>
<LangVersion>latest</LangVersion>
<Version>0.1.
1
</Version>
<Version>0.1.
2
</Version>
<NoWarn>$(NoWarn);CS1591</NoWarn>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>EasyAbp Team</Authors>
...
...
src/EasyAbp.CacheManagement.Domain.Shared/EasyAbp/CacheManagement/CacheManagementDomainSharedModule.cs
View file @
9f4f1e7c
...
...
@@ -17,7 +17,7 @@ namespace EasyAbp.CacheManagement
{
Configure
<
AbpVirtualFileSystemOptions
>(
options
=>
{
options
.
FileSets
.
AddEmbedded
<
CacheManagementDomainSharedModule
>(
"EasyAbp.CacheManagement"
);
options
.
FileSets
.
AddEmbedded
<
CacheManagementDomainSharedModule
>();
});
Configure
<
AbpLocalizationOptions
>(
options
=>
...
...
@@ -30,7 +30,7 @@ namespace EasyAbp.CacheManagement
Configure
<
AbpExceptionLocalizationOptions
>(
options
=>
{
options
.
MapCodeNamespace
(
"CacheManagement"
,
typeof
(
CacheManagementResource
));
options
.
MapCodeNamespace
(
"
EasyAbp.
CacheManagement"
,
typeof
(
CacheManagementResource
));
});
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment