File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed
Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ using System ;
2+
3+ namespace Staple
4+ {
5+ static class Program
6+ {
7+ public static void Main ( string [ ] args )
8+ {
9+ Console . WriteLine ( $ "Staple: Registering type cache") ;
10+
11+ TypeCacheRegistration . RegisterAll ( ) ;
12+
13+ Console . WriteLine ( $ "Staple: Registered { TypeCache . AllTypes ( ) . Length } types") ;
14+
15+ StaplePlayer . Run ( args ) ;
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 1+ using System ;
2+
3+ namespace Staple
4+ {
5+ static class Program
6+ {
7+ public static void Main ( string [ ] args )
8+ {
9+ Console . WriteLine ( $ "Staple: Registering type cache") ;
10+
11+ TypeCacheRegistration . RegisterAll ( ) ;
12+
13+ Console . WriteLine ( $ "Staple: Registered { TypeCache . AllTypes ( ) . Length } types") ;
14+
15+ StaplePlayer . Run ( args ) ;
16+ }
17+ }
18+ }
Original file line number Diff line number Diff line change 1+ using System ;
2+
3+ namespace Staple
4+ {
5+ static class Program
6+ {
7+ public static void Main ( string [ ] args )
8+ {
9+ Console . WriteLine ( $ "Staple: Registering type cache") ;
10+
11+ TypeCacheRegistration . RegisterAll ( ) ;
12+
13+ Console . WriteLine ( $ "Staple: Registered { TypeCache . AllTypes ( ) . Length } types") ;
14+
15+ StaplePlayer . Run ( args ) ;
16+ }
17+ }
18+ }
You can’t perform that action at this time.
0 commit comments