Merge branch 'bugfix/ikvmc-nowarnerror' into develop #114
Annotations
3 errors and 11 warnings
src/IKVM.MSBuild.Tasks/IkvmToolTaskDiagnosticWriter.cs#L60
Predefined type 'System.Index' is not defined or imported
|
src/IKVM.MSBuild.Tasks/IkvmToolTaskDiagnosticWriter.cs#L60
Missing compiler required member 'System.Index.GetOffset'
|
|
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L40
Dereference of a possibly null reference.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L103
Possible null reference assignment.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L106
Dereference of a possibly null reference.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L93
Non-nullable field 'm_methodBuilder' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L1521
Dereference of a possibly null reference.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L1694
Non-nullable field 'm_Documents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L1787
Non-nullable field 'm_iOffsets' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L1787
Non-nullable field 'm_iLines' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L1787
Non-nullable field 'm_iColumns' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
src/IKVM.Reflection/Emit/ILGenerator.cs#L1787
Non-nullable field 'm_iEndLines' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
This job failed
Loading