You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<xs:documentation>Used to change the name of the method that fires the notify event. This is a string that accepts multiple values in a comma separated form.</xs:documentation>
<xs:documentation>Used to control if equality checks should be inserted. If false, equality checking will be disabled for the project.</xs:documentation>
Copy file name to clipboardExpand all lines: nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.NetworkConfigurationProperties.cs
+1-13
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
// See LICENSE file in the project root for full license information.
4
4
//
5
5
6
-
//
7
-
// Copyright (c) .NET Foundation and Contributors
8
-
// See LICENSE file in the project root for full license information.
9
-
//
10
-
11
-
usingCommunityToolkit.Mvvm.ComponentModel;
12
6
usingSystem.Net;
13
7
usingSystem.Text;
14
8
@@ -22,13 +16,7 @@ public class NetworkConfigurationProperties : NetworkConfigurationPropertiesBase
Copy file name to clipboardExpand all lines: nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.Wireless80211ConfigurationProperties.cs
+1-13
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
// See LICENSE file in the project root for full license information.
4
4
//
5
5
6
-
//
7
-
// Copyright (c) .NET Foundation and Contributors
8
-
// See LICENSE file in the project root for full license information.
9
-
//
10
-
11
-
usingCommunityToolkit.Mvvm.ComponentModel;
12
6
usingSystem;
13
7
usingSystem.Text;
14
8
@@ -18,13 +12,7 @@ public partial class DeviceConfiguration
Copy file name to clipboardExpand all lines: nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.WirelessAPConfigurationProperties.cs
+1-13
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
// See LICENSE file in the project root for full license information.
4
4
//
5
5
6
-
//
7
-
// Copyright (c) .NET Foundation and Contributors
8
-
// See LICENSE file in the project root for full license information.
9
-
//
10
-
11
-
usingCommunityToolkit.Mvvm.ComponentModel;
12
6
usingSystem;
13
7
usingSystem.Text;
14
8
@@ -18,13 +12,7 @@ public partial class DeviceConfiguration
Copy file name to clipboardExpand all lines: nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.X509CaRootBundleProperties.cs
+1-13
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
// See LICENSE file in the project root for full license information.
4
4
//
5
5
6
-
//
7
-
// Copyright (c) .NET Foundation and Contributors
8
-
// See LICENSE file in the project root for full license information.
9
-
//
10
-
11
-
usingCommunityToolkit.Mvvm.ComponentModel;
12
6
usingSystem.Text;
13
7
14
8
namespacenanoFramework.Tools.Debugger
@@ -17,13 +11,7 @@ public partial class DeviceConfiguration
Copy file name to clipboardExpand all lines: nanoFramework.Tools.DebugLibrary.Shared/DeviceConfiguration/DeviceConfiguration.X509DeviceCertificatesProperties.cs
+1-13
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,6 @@
3
3
// See LICENSE file in the project root for full license information.
4
4
//
5
5
6
-
//
7
-
// Copyright (c) .NET Foundation and Contributors
8
-
// See LICENSE file in the project root for full license information.
9
-
//
10
-
11
-
usingCommunityToolkit.Mvvm.ComponentModel;
12
6
usingSystem.Text;
13
7
14
8
namespacenanoFramework.Tools.Debugger
@@ -17,13 +11,7 @@ public partial class DeviceConfiguration
0 commit comments