File tree Expand file tree Collapse file tree 13 files changed +40
-3
lines changed Expand file tree Collapse file tree 13 files changed +40
-3
lines changed Original file line number Diff line number Diff line change 44// General Information about an assembly is controlled through the following
55// set of attributes. Change these attribute values to modify the information
66// associated with an assembly.
7+ using System . Reflection ;
8+ using System . Runtime . InteropServices ;
9+
710[ assembly: AssemblyDescription ( "" ) ]
811[ assembly: AssemblyConfiguration ( "" ) ]
912[ assembly: AssemblyCompany ( "" ) ]
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
45using System ;
6+ #endif
57using System . Diagnostics . CodeAnalysis ;
68using nanoFramework . MessagePack . Extensions ;
79using nanoFramework . MessagePack . Stream ;
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
45using System ;
6+ using System . IO ;
7+ #endif
58using System . Collections ;
69using nanoFramework . MessagePack . Stream ;
710using nanoFramework . MessagePack . Utility ;
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
45using System ;
6+ using System . IO ;
7+ #endif
58using nanoFramework . MessagePack . Stream ;
69
710namespace nanoFramework . MessagePack
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
5+ using System . IO ;
6+ #endif
47using nanoFramework . MessagePack . Dto ;
58using nanoFramework . MessagePack . Extensions ;
69using nanoFramework . MessagePack . Utility ;
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
45using System ;
6+ using System . IO ;
7+ #endif
58using nanoFramework . MessagePack . Dto ;
69
710namespace nanoFramework . MessagePack . Stream
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
5+ using System . IO ;
6+ #endif
47using nanoFramework . MessagePack . Dto ;
58
69namespace nanoFramework . MessagePack . Stream
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
45using System ;
6+ using System . IO ;
7+ #endif
58using System . Collections ;
69using nanoFramework . MessagePack . Dto ;
710using nanoFramework . MessagePack . Utility ;
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
45using System ;
6+ using System . IO ;
7+ #endif
58using nanoFramework . MessagePack . Extensions ;
69
710namespace nanoFramework . MessagePack . Stream
Original file line number Diff line number Diff line change 11// Licensed to the .NET Foundation under one or more agreements.
22// The .NET Foundation licenses this file to you under the MIT license.
33
4+ #if NANOFRAMEWORK_1_0
5+ using System ;
6+ #endif
47using System . Collections ;
58using System . Text ;
69using UnitTestShared . TestData ;
You can’t perform that action at this time.
0 commit comments