File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33using System ;
44
5- namespace Microsoft . KernelMemory . Configuration ;
5+ // ReSharper disable CheckNamespace
6+ namespace Microsoft . KernelMemory ;
67
78public class ConfigurationException : KernelMemoryException
89{
Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft. All rights reserved.
1+ // Copyright (c) Microsoft. All rights reserved.
22
33using System ;
44using System . Collections . Generic ;
55using System . Diagnostics . CodeAnalysis ;
66
7- namespace Microsoft . KernelMemory . Diagnostics ;
7+ // ReSharper disable CheckNamespace
8+ namespace Microsoft . KernelMemory ;
89
910#pragma warning disable CS8777
1011public static class ArgumentNullExceptionEx
Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft. All rights reserved.
1+ // Copyright (c) Microsoft. All rights reserved.
22
33using System ;
44using System . Collections . Generic ;
55
6- namespace Microsoft . KernelMemory . Diagnostics ;
6+ // ReSharper disable CheckNamespace
7+ namespace Microsoft . KernelMemory ;
78
89public static class ArgumentOutOfRangeExceptionEx
910{
Original file line number Diff line number Diff line change 33using System ;
44using Microsoft . Extensions . Configuration ;
55using Microsoft . Extensions . Logging ;
6- using Microsoft . KernelMemory . Configuration ;
76
87namespace Microsoft . KernelMemory . Diagnostics ;
98
Original file line number Diff line number Diff line change 1- // Copyright (c) Microsoft. All rights reserved.
2-
3- using Microsoft . KernelMemory . Diagnostics ;
1+ // Copyright (c) Microsoft. All rights reserved.
42
53namespace Microsoft . KernelMemory ;
64
You can’t perform that action at this time.
0 commit comments