File tree Expand file tree Collapse file tree 13 files changed +10
-60
lines changed
TimeZoneNames.DataBuilder Expand file tree Collapse file tree 13 files changed +10
-60
lines changed Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . IO ;
4
- using System . IO . Compression ;
5
- using System . Linq ;
1
+ using System . IO . Compression ;
6
2
using System . Text . Json ;
7
3
using System . Text . Json . Nodes ;
8
- using System . Threading . Tasks ;
9
4
using System . Xml . Linq ;
10
5
using System . Xml . XPath ;
11
6
using NodaTime ;
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . IO ;
3
- using System . Net . Http ;
4
- using System . Threading . Tasks ;
1
+ using System . Net . Http ;
5
2
using SharpCompress . Readers ;
6
3
7
4
namespace TimeZoneNames . DataBuilder ;
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . IO ;
3
- using System . Reflection ;
1
+ using System . Reflection ;
4
2
5
3
namespace TimeZoneNames . DataBuilder ;
6
4
Original file line number Diff line number Diff line change 1
- using System ;
2
1
using System . Collections ;
3
- using System . Collections . Generic ;
4
2
using System . Collections . Specialized ;
5
- using System . Linq ;
6
3
7
4
namespace TimeZoneNames ;
8
5
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Concurrent ;
3
- using System . Collections . Generic ;
1
+ using System . Collections . Concurrent ;
4
2
using System . ComponentModel ;
5
3
using System . Globalization ;
6
- using System . Linq ;
7
4
using TimeZoneConverter ;
8
5
9
6
namespace TimeZoneNames ;
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . IO . Compression ;
4
- using System . Linq ;
1
+ using System . IO . Compression ;
5
2
using System . Security ;
6
3
using System . Text . Json ;
7
4
using System . Text . Json . Serialization ;
Original file line number Diff line number Diff line change 1
- using System ;
2
- using System . Collections . Generic ;
3
- using System . Globalization ;
4
- using System . IO ;
5
- using System . Linq ;
1
+ using System . Globalization ;
6
2
using System . Runtime . InteropServices ;
7
- using System . Threading . Tasks ;
8
3
using TimeZoneConverter ;
9
- using VerifyXunit ;
10
- using Xunit ;
11
4
using Xunit . Abstractions ;
12
5
13
6
namespace TimeZoneNames . Tests ;
Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
2
-
3
1
namespace TimeZoneNames . Tests ;
4
2
5
3
internal static class Extensions
Original file line number Diff line number Diff line change 1
- using System . IO ;
2
- using System . Threading . Tasks ;
3
- using VerifyXunit ;
4
- using Xunit ;
5
-
6
- namespace TimeZoneNames . Tests ;
1
+ namespace TimeZoneNames . Tests ;
7
2
8
3
[ UsesVerify ]
9
4
public class FixedTimeZonesTests
Original file line number Diff line number Diff line change 1
- using System . Collections . Generic ;
2
- using System . Linq ;
3
-
4
1
namespace TimeZoneNames . Tests ;
5
2
6
3
internal static class TestData
You can’t perform that action at this time.
0 commit comments