Publish To Nuget #2
Annotations
1 error and 12 warnings
Build
Process completed with exit code 1.
|
Build
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
Build
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
Build
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
Build
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|
Build:
src/SQLite.Net/Interfaces/IContractResolver.cs#L37
Cannot convert null literal to non-nullable reference type.
|
Build:
src/SQLite.Net/SQLiteConnectionString.cs#L33
Cannot convert null literal to non-nullable reference type.
|
Build:
src/SQLite.Net/Attributes/DefaultAttribute.cs#L16
Cannot convert null literal to non-nullable reference type.
|
Build:
src/SQLite.Net/SQLiteConnectionString.cs#L34
Cannot convert null literal to non-nullable reference type.
|
Build:
src/SQLite.Net/SQLiteException.cs#L31
Cannot convert null literal to non-nullable reference type.
|
Build:
src/SQLite.Net/Tools/ContractResolver.cs#L82
Cannot convert null literal to non-nullable reference type.
|
Build
IsTrimmable and EnableTrimAnalyzer are not supported for the target framework. Consider multi-targeting to a supported framework to enable trimming, and set IsTrimmable only for the supported frameworks. For example:
|
Build
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net6.0'))">true</IsTrimmable>
|