Skip to content

Commit

Permalink
Fix approvals
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonPobiega committed Jul 14, 2021
1 parent bfadac4 commit 9498d04
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 26 deletions.
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
{
"OnMessage": {
"Method": {
"Name": "<.ctor>b__0_0",
"AssemblyName": "ServiceControl.Audit, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null",
"ClassName": "ServiceControl.Audit.Infrastructure.Settings.Settings+<>c",
"Signature": "System.Threading.Tasks.Task <.ctor>b__0_0(System.String, System.Collections.Generic.Dictionary`2[System.String,System.String], Byte[], System.Func`1[System.Threading.Tasks.Task])",
"Signature2": "System.Threading.Tasks.Task <.ctor>b__0_0(System.String, System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], System.Byte[], System.Func`1[[System.Threading.Tasks.Task, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])",
"MemberType": 8,
"GenericArguments": null
},
"Target": {}
},
"MessageFilter": null,
"RunInMemory": false,
"ValidateConfiguration": true,
"DisableRavenDBPerformanceCounters": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ namespace ServiceControl.Audit.Infrastructure.Settings
public string LicenseFileText { get; set; }
public int MaxBodySizeToStore { get; set; }
public int MaximumConcurrencyLevel { get; set; }
public System.Func<string, System.Collections.Generic.Dictionary<string, string>, byte[], System.Func<System.Threading.Tasks.Task>, System.Threading.Tasks.Task> OnMessage { get; set; }
public System.Func<NServiceBus.Transport.MessageContext, bool> MessageFilter { get; set; }
public int Port { get; set; }
public bool PrintMetrics { get; }
public string RootUrl { get; }
Expand Down
Original file line number Diff line number Diff line change
@@ -1,18 +1,7 @@
{
"NotificationsFilter": null,
"AllowMessageEditing": false,
"OnMessage": {
"Method": {
"Name": "<.ctor>b__0_0",
"AssemblyName": "ServiceControl, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null",
"ClassName": "ServiceBus.Management.Infrastructure.Settings.Settings+<>c",
"Signature": "System.Threading.Tasks.Task <.ctor>b__0_0(System.String, System.Collections.Generic.Dictionary`2[System.String,System.String], Byte[], System.Func`1[System.Threading.Tasks.Task])",
"Signature2": "System.Threading.Tasks.Task <.ctor>b__0_0(System.String, System.Collections.Generic.Dictionary`2[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]], System.Byte[], System.Func`1[[System.Threading.Tasks.Task, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]])",
"MemberType": 8,
"GenericArguments": null
},
"Target": {}
},
"MessageFilter": null,
"RunInMemory": false,
"EmailDropFolder": null,
"ValidateConfiguration": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ namespace ServiceBus.Management.Infrastructure.Settings
public bool IngestErrorMessages { get; set; }
public string LicenseFileText { get; set; }
public int MaximumConcurrencyLevel { get; set; }
public System.Func<NServiceBus.Transport.MessageContext, bool> MessageFilter { get; set; }
public string NotificationsFilter { get; set; }
public System.Func<string, System.Collections.Generic.Dictionary<string, string>, byte[], System.Func<System.Threading.Tasks.Task>, System.Threading.Tasks.Task> OnMessage { get; set; }
public int Port { get; set; }
public bool PrintMetrics { get; }
public System.TimeSpan ProcessRetryBatchesFrequency { get; set; }
Expand Down

0 comments on commit 9498d04

Please sign in to comment.