File tree 13 files changed +40
-3
lines changed
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 ;
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 UnitTestShared . Helpers ;
6
9
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 UnitTestShared . Helpers ;
6
9
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
4
4
5
+ #if NANOFRAMEWORK_1_0
6
+ using System ;
7
+ using System . IO ;
8
+ using nanoFramework . TestFramework ;
9
+ #endif
5
10
using System . Collections ;
6
11
using System . Diagnostics ;
7
12
using nanoFramework . MessagePack ;
8
13
using UnitTestShared . Helpers ;
9
14
using UnitTestShared . TestData ;
10
- #if NANOFRAMEWORK_1_0
11
- using nanoFramework . TestFramework ;
12
- #endif
13
15
14
16
namespace NFUnitTest
15
17
{
You can’t perform that action at this time.
0 commit comments