File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
<Nullable >enable</Nullable >
5
5
<AnnotatedReferenceAssemblyVersion >6.0.0</AnnotatedReferenceAssemblyVersion >
6
6
<GenerateDocumentationFile >true</GenerateDocumentationFile >
7
- <Version >1.0.3 </Version >
7
+ <Version >1.0.4 </Version >
8
8
<DefineConstants Condition =" '$(IsCI)' == 'true'" >$(DefineConstants);CI</DefineConstants >
9
9
</PropertyGroup >
10
10
Original file line number Diff line number Diff line change 2
2
extends [System.Runtime]System.Object
3
3
{
4
4
string) = ( 01 00 15 52 75 6E 74 69 6D 65 4E 75 6C 6C 61 62 // ...RuntimeNullab
5
- 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 32 00 00 ) // les.Fody.1.0.2 ..
5
+ 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 34 00 00 ) // les.Fody.1.0.4 ..
6
6
.method assembly hidebysig static void
7
7
ThrowArgumentNull(string paramName) cil managed
8
8
{
Original file line number Diff line number Diff line change 2
2
extends [System.Runtime]System.Object
3
3
{
4
4
string) = ( 01 00 15 52 75 6E 74 69 6D 65 4E 75 6C 6C 61 62 // ...RuntimeNullab
5
- 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 32 00 00 ) // les.Fody.1.0.2 ..
5
+ 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 34 00 00 ) // les.Fody.1.0.4 ..
6
6
.method assembly hidebysig static void
7
7
ThrowArgumentNull(string paramName) cil managed
8
8
{
Original file line number Diff line number Diff line change 2
2
extends [System.Runtime]System.Object
3
3
{
4
4
string) = ( 01 00 15 52 75 6E 74 69 6D 65 4E 75 6C 6C 61 62 // ...RuntimeNullab
5
- 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 32 00 00 ) // les.Fody.1.0.2 ..
5
+ 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 34 00 00 ) // les.Fody.1.0.4 ..
6
6
.method assembly hidebysig static void
7
7
ThrowArgumentNull(string paramName) cil managed
8
8
{
Original file line number Diff line number Diff line change 2
2
extends [System.Runtime]System.Object
3
3
{
4
4
string) = ( 01 00 15 52 75 6E 74 69 6D 65 4E 75 6C 6C 61 62 // ...RuntimeNullab
5
- 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 32 00 00 ) // les.Fody.1.0.2 ..
5
+ 6C 65 73 2E 46 6F 64 79 05 31 2E 30 2E 34 00 00 ) // les.Fody.1.0.4 ..
6
6
.method assembly hidebysig static void
7
7
ThrowArgumentNull(string paramName) cil managed
8
8
{
Original file line number Diff line number Diff line change @@ -119,8 +119,8 @@ TypeDefinition InjectThrowHelperType()
119
119
120
120
void AddGeneratedCodeAttribute ( ICustomAttributeProvider item )
121
121
{
122
- // [System.CodeDom.Compiler.GeneratedCodeAttribute("RuntimeNullables.Fody", "1.0.1 ")]
123
- const string dataString = "01 00 15 52 75 6e 74 69 6d 65 4e 75 6c 6c 61 62 6c 65 73 2e 46 6f 64 79 05 31 2e 30 2e 32 00 00" ;
122
+ // [System.CodeDom.Compiler.GeneratedCodeAttribute("RuntimeNullables.Fody", "1.0.4 ")]
123
+ const string dataString = "01 00 15 52 75 6e 74 69 6d 65 4e 75 6c 6c 61 62 6c 65 73 2e 46 6f 64 79 05 31 2e 30 2e 34 00 00" ;
124
124
byte [ ] data = dataString . Split ( ' ' ) . Select ( b => byte . Parse ( b , NumberStyles . HexNumber , null ) ) . ToArray ( ) ;
125
125
126
126
var attribute = new CustomAttribute ( bclReferences . GeneratedCodeAttributeConstructor , data ) ;
You can’t perform that action at this time.
0 commit comments