Add new credits text #370
Open
Add new credits text #370
Annotations
10 warnings
|
Build Desktop Debug:
FtRandoLib/Importer/Importer.cs#L197
'TGroup' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in 'FtRandoLib.Library.LibraryInfo<TItem, TGroup>'. The generic parameter 'TGroup' of 'FtRandoLib.Importer.Importer.ParseYamlLibrary<TItem, TGroup, TContext>(String, LibraryParserOptions)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Desktop Debug:
FtRandoLib/Importer/Importer.cs#L186
'TItem' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in 'FtRandoLib.Library.LibraryInfo<TItem, TGroup>'. The generic parameter 'TItem' of 'FtRandoLib.Importer.Importer.ParseYamlLibrary<TItem, TGroup>(String, LibraryParserOptions)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Desktop Debug:
FtRandoLib/Importer/Importer.cs#L197
'TItem' generic argument does not satisfy 'DynamicallyAccessedMemberTypes.All' in 'FtRandoLib.Library.LibraryInfo<TItem, TGroup>'. The generic parameter 'TItem' of 'FtRandoLib.Importer.Importer.ParseYamlLibrary<TItem, TGroup, TContext>(String, LibraryParserOptions)' does not have matching annotations. The source value must declare at least the same requirements as those declared on the target location it is assigned to.
|
|
Build Desktop Debug:
FtRandoLib/Library/YAML/ValidatingYamlNodeDeserializer.cs#L78
Using member 'System.ComponentModel.DataAnnotations.ValidationContext.ValidationContext(Object)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The Type of instance cannot be statically discovered and the Type's properties can be trimmed.
|
|
Build Desktop Debug:
FtRandoLib/Library/YAML/ValidatingYamlNodeDeserializer.cs#L77
Using member 'System.ComponentModel.DataAnnotations.Validator.TryValidateObject(Object, ValidationContext, ICollection<ValidationResult>, Boolean)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The Type of instance cannot be statically discovered and the Type's properties can be trimmed.
|
|
Build Desktop Debug:
FtRandoLib/Library/MusicFileInfo.cs#L51
Using member 'System.ComponentModel.DataAnnotations.MinLengthAttribute.MinLengthAttribute(Int32)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Uses reflection to get the 'Count' property on types that don't implement ICollection. This 'Count' property may be trimmed. Ensure it is preserved.
|
|
Build Desktop Debug
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsTrimmable>
|
|
Build Desktop Debug
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 Desktop Debug
<IsTrimmable Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsTrimmable>
|
|
Build Desktop Debug
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:
|
Loading