This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix obsolete
master
Savorboard
5 years ago
parent
a75401d9c6
commit
835b589ae6
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/DotNetCore.CAP.Dashboard/JsonDispatcher.cs
+1
-1
src/DotNetCore.CAP.Dashboard/JsonStats.cs
+ 2
- 2
src/DotNetCore.CAP.Dashboard/JsonDispatcher.cs
View File
@@ -37,8 +37,8 @@ namespace DotNetCore.CAP.Dashboard
Converters = new JsonConverter[]
{
new StringEnumConverter
{
CamelCaseText= true
{
NamingStrategy = new CamelCaseNamingStrategy()
}
}
};
+ 1
- 1
src/DotNetCore.CAP.Dashboard/JsonStats.cs
View File
@@ -34,7 +34,7 @@ namespace DotNetCore.CAP.Dashboard
{
new StringEnumConverter
{
CamelCaseText = true
NamingStrategy = new CamelCaseNamingStrategy()
}
}
};
Write
Preview
Loading…
Cancel
Save