Debugger: PCE - Split PCEAS symbol importer from wla-dx's importer code #488
Annotations
3 errors and 5 warnings
Build Mesen
Auto-implemented property 'PceasSymbolImporter.SymbolInfo.Value' must be fully assigned before control is returned to the caller. Consider updating to language version '11.0' to auto-default the property.
|
Build Mesen
Auto-implemented property 'PceasSymbolImporter.SymbolInfo.Address' must be fully assigned before control is returned to the caller. Consider updating to language version '11.0' to auto-default the property.
|
Build Mesen
Process completed with exit code 1.
|
Build Mesen
For projects targeting .NET 8.0 and higher, specifying a RuntimeIdentifier will no longer produce a self contained app by default. To continue building self-contained apps, set the SelfContained property to true or use the --self-contained argument.
|
Build Mesen
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 Mesen
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Restore packages
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:
|
Restore packages
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net7.0'))">true</IsAotCompatible>
|
Loading