File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 <OutputType >Library</OutputType >
1414 <AppDesignerFolder >Properties</AppDesignerFolder >
1515 <FileAlignment >512</FileAlignment >
16- <RootNamespace >System.Device.UsbStream </RootNamespace >
16+ <RootNamespace >System.Device.Usb </RootNamespace >
1717 <AssemblyName >System.Device.UsbStream</AssemblyName >
1818 <TargetFrameworkVersion >v1.0</TargetFrameworkVersion >
1919 <NF_IsCoreLibrary >True</NF_IsCoreLibrary >
2020 <DocumentationFile >bin\$(Configuration)\System.Device.UsbStream.xml</DocumentationFile >
21- <StyleCopTreatErrorsAsWarnings >false </StyleCopTreatErrorsAsWarnings >
21+ <StyleCopTreatErrorsAsWarnings >true </StyleCopTreatErrorsAsWarnings >
2222 <RestorePackagesWithLockFile >true</RestorePackagesWithLockFile >
2323 <RestoreLockedMode Condition =" '$(TF_BUILD)' == 'True' or '$(ContinuousIntegrationBuild)' == 'True'" >true</RestoreLockedMode >
2424 </PropertyGroup >
Original file line number Diff line number Diff line change 55using System . Runtime . CompilerServices ;
66using System . Threading ;
77
8- namespace System . Device . UsbClient
8+ namespace System . Device . Usb
99{
1010 /// <summary>
1111 /// Initializes a new instance of the <see cref="UsbStream"/> class.
Original file line number Diff line number Diff line change 11// Copyright (c) .NET Foundation and Contributors
22// See LICENSE file in the project root for full license information.
33
4- namespace System . Device . UsbClient
4+ namespace System . Device . Usb
55{
66 /// <summary>
77 /// Contains argument values for USB device connection events.
Original file line number Diff line number Diff line change 44using System . Runtime . CompilerServices ;
55using nanoFramework . Runtime . Events ;
66
7- namespace System . Device . UsbClient
7+ namespace System . Device . Usb
88{
99 /// <summary>
1010 /// Indicates a change in the connection state of the USB device.
Original file line number Diff line number Diff line change 66 <SharedGUID >76acbab1-8046-4792-8ff7-0c7f007f1df3</SharedGUID >
77 </PropertyGroup >
88 <PropertyGroup Label =" Configuration" >
9- <Import_RootNamespace >System.Device.UsbClient </Import_RootNamespace >
9+ <Import_RootNamespace >System.Device.Usb </Import_RootNamespace >
1010 </PropertyGroup >
1111 <ItemGroup >
1212 <Compile Include =" $(MSBuildThisFileDirectory)UsbDeviceEvent.cs" />
Original file line number Diff line number Diff line change 33
44using nanoFramework . Runtime . Events ;
55
6- namespace System . Device . UsbClient
6+ namespace System . Device . Usb
77{
88 internal class UsbDeviceEvent : BaseEvent
99 {
Original file line number Diff line number Diff line change 11// Copyright (c) .NET Foundation and Contributors
22// See LICENSE file in the project root for full license information.
33
4- namespace System . Device . UsbClient
4+ namespace System . Device . Usb
55{
66 internal enum UsbEventType : byte
77 {
You can’t perform that action at this time.
0 commit comments