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 4
4
// General Information about an assembly is controlled through the following
5
5
// set of attributes. Change these attribute values to modify the information
6
6
// associated with an assembly.
7
+ using System . Reflection ;
8
+ using System . Runtime . InteropServices ;
9
+
7
10
[ assembly: AssemblyDescription ( "" ) ]
8
11
[ assembly: AssemblyConfiguration ( "" ) ]
9
12
[ assembly: AssemblyCompany ( "" ) ]
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
+ #if NANOFRAMEWORK_1_0
4
5
using System ;
6
+ #endif
5
7
using System . Diagnostics . CodeAnalysis ;
6
8
using nanoFramework . MessagePack . Extensions ;
7
9
using nanoFramework . MessagePack . Stream ;
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
+ #if NANOFRAMEWORK_1_0
4
5
using System ;
6
+ using System . IO ;
7
+ #endif
5
8
using System . Collections ;
6
9
using nanoFramework . MessagePack . Stream ;
7
10
using nanoFramework . MessagePack . Utility ;
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
+ #if NANOFRAMEWORK_1_0
4
5
using System ;
6
+ using System . IO ;
7
+ #endif
5
8
using nanoFramework . MessagePack . Stream ;
6
9
7
10
namespace nanoFramework . MessagePack
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
+ #if NANOFRAMEWORK_1_0
5
+ using System . IO ;
6
+ #endif
4
7
using nanoFramework . MessagePack . Dto ;
5
8
using nanoFramework . MessagePack . Extensions ;
6
9
using nanoFramework . MessagePack . Utility ;
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
+ #if NANOFRAMEWORK_1_0
4
5
using System ;
6
+ using System . IO ;
7
+ #endif
5
8
using nanoFramework . MessagePack . Dto ;
6
9
7
10
namespace nanoFramework . MessagePack . Stream
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
+ #if NANOFRAMEWORK_1_0
5
+ using System . IO ;
6
+ #endif
4
7
using nanoFramework . MessagePack . Dto ;
5
8
6
9
namespace nanoFramework . MessagePack . Stream
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
+ #if NANOFRAMEWORK_1_0
4
5
using System ;
6
+ using System . IO ;
7
+ #endif
5
8
using System . Collections ;
6
9
using nanoFramework . MessagePack . Dto ;
7
10
using nanoFramework . MessagePack . Utility ;
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
+ #if NANOFRAMEWORK_1_0
4
5
using System ;
6
+ using System . IO ;
7
+ #endif
5
8
using nanoFramework . MessagePack . Extensions ;
6
9
7
10
namespace nanoFramework . MessagePack . Stream
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
+ #if NANOFRAMEWORK_1_0
5
+ using System ;
6
+ #endif
4
7
using System . Collections ;
5
8
using System . Text ;
6
9
using UnitTestShared . TestData ;
You can’t perform that action at this time.
0 commit comments