Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
CAP
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
CAP
Commits
23b08bf3
Commit
23b08bf3
authored
Aug 10, 2017
by
yangxiaodong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor.
parent
bb0758bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
CAP.PostgreSqlCapOptionsExtension.cs
...tCore.CAP.PostgreSql/CAP.PostgreSqlCapOptionsExtension.cs
+0
-1
IAdditionalProcessor.Default.cs
...DotNetCore.CAP.PostgreSql/IAdditionalProcessor.Default.cs
+1
-1
No files found.
src/DotNetCore.CAP.PostgreSql/CAP.PostgreSqlCapOptionsExtension.cs
View file @
23b08bf3
...
@@ -47,6 +47,5 @@ namespace DotNetCore.CAP
...
@@ -47,6 +47,5 @@ namespace DotNetCore.CAP
return
services
.
BuildServiceProvider
();
return
services
.
BuildServiceProvider
();
}
}
#endif
#endif
}
}
}
}
\ No newline at end of file
src/DotNetCore.CAP.PostgreSql/IAdditionalProcessor.Default.cs
View file @
23b08bf3
...
@@ -7,7 +7,7 @@ using Npgsql;
...
@@ -7,7 +7,7 @@ using Npgsql;
namespace
DotNetCore.CAP.PostgreSql
namespace
DotNetCore.CAP.PostgreSql
{
{
public
class
DefaultAdditionalProcessor
:
IAdditionalProcessor
internal
class
DefaultAdditionalProcessor
:
IAdditionalProcessor
{
{
private
readonly
IServiceProvider
_provider
;
private
readonly
IServiceProvider
_provider
;
private
readonly
ILogger
_logger
;
private
readonly
ILogger
_logger
;
...
...
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