File tree Expand file tree Collapse file tree
MsgPack.UnitTest.ArraySerialization.Xamarin.iOS
MsgPack.UnitTest.MapSerialization.Xamarin.iOS
MsgPack.UnitTest.Packer.Xamarin.iOS
MsgPack.UnitTest.Timestamp.Xamarin.iOS
MsgPack.UnitTest.Unpacker.Xamarin.iOS
MsgPack.UnitTest.Unpacking.Xamarin.iOS
MsgPack.UnitTest.Xamarin.iOS Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 <type fullname =" System.Tuple`7" />
1111 <type fullname =" System.Tuple`8" />
1212 </assembly >
13+ <assembly fullname =" MonoTouch.NUnitLite" />
1314 <assembly fullname =" MsgPackUnitTestArraySerializationXamariniOS" />
1415</linker >
Original file line number Diff line number Diff line change 1010 <type fullname =" System.Tuple`7" />
1111 <type fullname =" System.Tuple`8" />
1212 </assembly >
13+ <assembly fullname =" MonoTouch.NUnitLite" />
1314 <assembly fullname =" MsgPackUnitTestMapSerializationXamariniOS" />
1415</linker >
Original file line number Diff line number Diff line change 1010 <type fullname =" System.Tuple`7" />
1111 <type fullname =" System.Tuple`8" />
1212 </assembly >
13+ <assembly fullname =" MonoTouch.NUnitLite" />
1314 <assembly fullname =" MsgPackUnitTestPackerXamariniOS" />
1415</linker >
Original file line number Diff line number Diff line change 1010 <type fullname =" System.Tuple`7" />
1111 <type fullname =" System.Tuple`8" />
1212 </assembly >
13+ <assembly fullname =" MonoTouch.NUnitLite" />
1314 <assembly fullname =" MsgPackUnitTestTimestampXamariniOS" />
1415</linker >
Original file line number Diff line number Diff line change 1010 <type fullname =" System.Tuple`7" />
1111 <type fullname =" System.Tuple`8" />
1212 </assembly >
13+ <assembly fullname =" MonoTouch.NUnitLite" />
1314 <assembly fullname =" MsgPackUnitTestUnpackerXamariniOS" />
1415</linker >
Original file line number Diff line number Diff line change 1010 <type fullname =" System.Tuple`7" />
1111 <type fullname =" System.Tuple`8" />
1212 </assembly >
13+ <assembly fullname =" MonoTouch.NUnitLite" />
1314 <assembly fullname =" MsgPackUnitTestUnpackingXamariniOS" />
1415</linker >
Original file line number Diff line number Diff line change 1- using System ;
2-
1+ #region -- License Terms --
2+ //
3+ // MessagePack for CLI
4+ //
5+ // Copyright (C) 2010-2018 FUJIWARA, Yusuke
6+ //
7+ // Licensed under the Apache License, Version 2.0 (the "License");
8+ // you may not use this file except in compliance with the License.
9+ // You may obtain a copy of the License at
10+ //
11+ // http://www.apache.org/licenses/LICENSE-2.0
12+ //
13+ // Unless required by applicable law or agreed to in writing, software
14+ // distributed under the License is distributed on an "AS IS" BASIS,
15+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ // See the License for the specific language governing permissions and
17+ // limitations under the License.
18+ //
19+ #endregion -- License Terms --
20+
21+ using System ;
322using Foundation ;
4-
523using MonoTouch . NUnit . UI ;
6-
24+ using MsgPack . Serialization ;
725using UIKit ;
826
927namespace MsgPack
Original file line number Diff line number Diff line change 1010 <type fullname =" System.Tuple`7" />
1111 <type fullname =" System.Tuple`8" />
1212 </assembly >
13+ <assembly fullname =" MonoTouch.NUnitLite" />
1314 <assembly fullname =" MsgPackUnitTestXamariniOS" />
1415</linker >
You can’t perform that action at this time.
0 commit comments