File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
CollectionRuleActions.UnitTests
Microsoft.Diagnostics.Monitoring.Tool.UnitTestsSample Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1
1
// Licensed to the .NET Foundation under one or more agreements.
2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
- using Microsoft . AspNetCore . Http . Validation ;
5
4
using Microsoft . Diagnostics . Monitoring . TestCommon ;
6
5
using Microsoft . Diagnostics . Monitoring . TestCommon . Options ;
7
6
using Microsoft . Diagnostics . Tools . Monitor ;
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
using Microsoft . AspNetCore . Http . Validation ;
5
- using Microsoft . Diagnostics . Monitoring . WebApi ;
6
5
using Microsoft . Diagnostics . Tools . Monitor . CollectionRules . Options ;
7
6
using Microsoft . Diagnostics . Tools . Monitor . CollectionRules . Options . Actions ;
8
7
@@ -13,7 +12,7 @@ namespace Microsoft.Diagnostics.Tools.Monitor
13
12
// in ProjectReferences. This is a workaround to force the generator running in this project to
14
13
// generate IValidatableInfo for the referenced types. The containing class is not used otherwise.
15
14
[ ValidatableType ]
16
- internal class TestValidatableTypes
15
+ internal sealed class TestValidatableTypes
17
16
{
18
17
public required CollectionRuleOptions CollectionRuleOptions { get ; init ; }
19
18
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
using Microsoft . AspNetCore . Http . Validation ;
5
- using Microsoft . Diagnostics . Tools . Monitor ;
6
5
using Microsoft . Diagnostics . Tools . Monitor . Extensibility ;
7
6
using Microsoft . Diagnostics . Tools . Monitor . Egress . FileSystem ;
8
7
You can’t perform that action at this time.
0 commit comments