File tree 24 files changed +9
-90
lines changed
24 files changed +9
-90
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Text . RegularExpressions ;
3
- #if NETSTANDARD1_3
4
- using System . Reflection ;
5
- #endif
6
3
7
4
namespace QRCoder
8
5
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using System . Globalization ;
5
- #if NETSTANDARD1_3
6
- using System . Reflection ;
7
- #endif
8
5
9
6
namespace QRCoder
10
7
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- #if NETSTANDARD1_3
3
- using System . Reflection ;
4
- #endif
5
2
6
3
namespace QRCoder
7
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- #if NETSTANDARD1_3
3
- using System . Reflection ;
4
- #endif
5
2
6
3
namespace QRCoder
7
4
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- #if NETSTANDARD1_3
3
- using System . Reflection ;
4
- #endif
5
2
6
3
namespace QRCoder
7
4
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- #if NETSTANDARD1_3
3
- using System . Reflection ;
4
- #endif
5
2
6
3
namespace QRCoder
7
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
- #if NETSTANDARD1_3
5
- using System . Reflection ;
6
- #endif
7
4
8
5
namespace QRCoder
9
6
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- #if NETSTANDARD1_3
3
- using System . Reflection ;
4
- #endif
5
2
6
3
namespace QRCoder
7
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Text ;
3
- #if NETSTANDARD1_3
4
- using System . Reflection ;
5
- #endif
6
3
7
4
namespace QRCoder
8
5
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- #if NETSTANDARD1_3
3
- using System . Reflection ;
4
- #endif
5
2
6
3
namespace QRCoder
7
4
{
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using System . Text ;
5
- #if NETSTANDARD1_3
6
- using System . Reflection ;
7
- #endif
8
5
9
6
namespace QRCoder
10
7
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Text ;
3
- #if NETSTANDARD1_3
4
- using System . Reflection ;
5
- #endif
6
3
7
4
namespace QRCoder
8
5
{
Original file line number Diff line number Diff line change 2
2
using System . Collections . Generic ;
3
3
using System . Linq ;
4
4
using System . Text . RegularExpressions ;
5
- #if NETSTANDARD1_3
6
- using System . Reflection ;
7
- #endif
8
5
9
6
namespace QRCoder
10
7
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
- #if NETSTANDARD1_3
3
- using System . Reflection ;
4
- #endif
5
2
6
3
namespace QRCoder
7
4
{
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Text . RegularExpressions ;
3
- #if NETSTANDARD1_3
4
- using System . Reflection ;
5
- #endif
6
3
7
4
namespace QRCoder
8
5
{
Original file line number Diff line number Diff line change 1
- #if NETSTANDARD1_3
2
- using System . Reflection ;
3
- #endif
4
-
5
- namespace QRCoder
1
+ namespace QRCoder
6
2
{
7
3
public static partial class PayloadGenerator
8
4
{
You can’t perform that action at this time.
0 commit comments