File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Generators/NanoFrameworkGen Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
using System ;
2
+ using CodeGen . Helpers ;
2
3
using CodeGen . JsonTypes ;
3
4
4
5
namespace CodeGen . Generators . NanoFrameworkGen
Original file line number Diff line number Diff line change 1
1
using System ;
2
2
using System . Text ;
3
+ using CodeGen . Helpers ;
3
4
using CodeGen . JsonTypes ;
4
5
5
6
namespace CodeGen . Generators . NanoFrameworkGen
6
7
{
7
8
class SolutionGenerator : GeneratorBase
8
9
{
9
10
private readonly Quantity [ ] _quantities ;
10
- private readonly Guid _globalGuid = new ( "d608a2b1-6ead-4383-a205-ad1ce69d9ef7" ) ;
11
+ private readonly Guid _globalGuid = new ( "d608a2b1-6ead-4383-a205-ad1ce69d9ef7" ) ; // Randomly generated guids.
11
12
private readonly Guid _solutionGuid = new ( "43971d92-3663-4f28-82ac-e63ce06ba1a3" ) ;
12
13
13
14
public SolutionGenerator ( Quantity [ ] quantities )
Original file line number Diff line number Diff line change 1
- // Licensed under MIT No Attribution, see LICENSE file at the root.
1
+ // Licensed under MIT No Attribution, see LICENSE file at the root.
2
2
// Copyright 2013 Andreas Gullberg Larsen ([email protected] ). Maintained at https://github.com/angularsen/UnitsNet.
3
3
4
4
using System ;
5
5
using System . Text ;
6
6
7
- namespace CodeGen . Generators . NanoFrameworkGen
7
+ namespace CodeGen . Helpers
8
8
{
9
9
/// <summary>
10
10
/// Helper methods for consistently getting the same guid for a given string.
You can’t perform that action at this time.
0 commit comments