We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dc613c commit d4863e9Copy full SHA for d4863e9
source/MetadataProcessor.Core/SkeletonGenerator/SkeletonTemplates.cs
@@ -1,4 +1,4 @@
1
-//
+//
2
// Copyright (c) 2019 The nanoFramework project contributors
3
// See LICENSE file in the project root for full license information.
4
//
@@ -33,7 +33,8 @@ struct Library_{{AssemblyName}}_{{Name}}
33
{{#StaticFields}}
34
static const int FIELD_STATIC__{{Name}} = {{ReferenceIndex}};
35
{{/StaticFields}}
36
- {{#InstanceFields}}
+
37
+ {{#InstanceFields}}
38
{{#FieldWarning}}
39
{{FieldWarning}}
40
{{/FieldWarning}}
0 commit comments