Merge pull request #47 from kelnishi/v0.7.3 #107
Annotations
14 warnings
build-and-test
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
|
build-and-test
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
build-and-test
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
|
build-and-test
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
build-and-test:
Wacs.Core/Instructions/Control.cs#L80
'InstBlock.Size' hides inherited member 'InstructionBase.Size'. Use the new keyword if hiding was intended.
|
build-and-test:
Wacs.Core/Instructions/Control.cs#L154
'InstLoop.Size' hides inherited member 'InstructionBase.Size'. Use the new keyword if hiding was intended.
|
build-and-test:
Wacs.Core/Instructions/Control.cs#L233
'InstIf.Size' hides inherited member 'InstructionBase.Size'. Use the new keyword if hiding was intended.
|
build-and-test:
Wacs.Core/Instructions/Exceptions.cs#L39
'InstTryTable.Size' hides inherited member 'InstructionBase.Size'. Use the new keyword if hiding was intended.
|
build-and-test:
Wacs.Core/Instructions/Numeric/Conversion.cs#L269
'InstConvert.Executor' hides inherited member 'InstructionBase.Executor'. Use the new keyword if hiding was intended.
|
build-and-test:
Wacs.Core/Instructions/Transpiler/InstCompoundIf.cs#L62
'InstCompoundIf.Size' hides inherited member 'InstructionBase.Size'. Use the new keyword if hiding was intended.
|
build-and-test
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
|
build-and-test
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
build-and-test
IsAotCompatible and EnableAotAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable ahead-of-time compilation analysis, and set IsAotCompatible only for the supported frameworks. For example:
|
build-and-test
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|