- Add even more.. #267
Annotations
2 errors and 11 warnings
|
Publish with dotnet
The operation was canceled.
|
Setup .NET Core
Unexpected input(s) 'include-prerelease', valid inputs are ['dotnet-version', 'dotnet-quality', 'global-json-file', 'source-url', 'owner', 'config-file', 'cache', 'cache-dependency-path']
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/GDIndex/BhadooIndexParser.cs#L137
Using member 'System.Delegate.CreateDelegate(Type, Object, String)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The target method might be removed.
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/GDIndex/BhadooIndexParser.cs#L137
Using member 'System.Delegate.CreateDelegate(Type, Object, String, Boolean)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The target method might be removed.
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/GDIndex/BhadooIndexParser.cs#L137
Using member 'System.Delegate.CreateDelegate(Type, Object, String, Boolean, Boolean)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. The target method might be removed.
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/GDIndex/BhadooIndexParser.cs#L137
Method 'System.Delegate.CreateDelegate(Type, Type, String)' with parameters or return value with `DynamicallyAccessedMembersAttribute` is accessed via reflection. Trimmer can't guarantee availability of the requirements of the method.
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/GDIndex/BhadooIndexParser.cs#L137
Method 'System.Delegate.CreateDelegate(Type, Type, String, Boolean)' with parameters or return value with `DynamicallyAccessedMembersAttribute` is accessed via reflection. Trimmer can't guarantee availability of the requirements of the method.
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/GDIndex/BhadooIndexParser.cs#L137
Method 'System.Delegate.CreateDelegate(Type, Type, String, Boolean, Boolean)' with parameters or return value with `DynamicallyAccessedMembersAttribute` is accessed via reflection. Trimmer can't guarantee availability of the requirements of the method.
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/AmazonS3/AmazonS3Parser.cs#L66
Using member 'System.Xml.Serialization.XmlSerializer.XmlSerializer(Type)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from serialized types may be trimmed if not referenced directly.
|
Publish with dotnet:
src/OpenDirectoryDownloader/Site/AmazonS3/AmazonS3Parser.cs#L67
Using member 'System.Xml.Serialization.XmlSerializer.Deserialize(XmlReader)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. Members from deserialized types may be trimmed if not referenced directly.
|
Publish with dotnet:
src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L23
Using member 'System.Net.Http.Json.HttpClientJsonExtensions.GetFromJsonAsync<TValue>(HttpClient, String, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
Publish with dotnet:
src/OpenDirectoryDownloader/FileUpload/GoFileIo.cs#L34
Using member 'System.Net.Http.Json.HttpContentJsonExtensions.ReadFromJsonAsync<T>(HttpContent, CancellationToken)' which has 'RequiresUnreferencedCodeAttribute' can break functionality when trimming application code. JSON serialization and deserialization might require types that cannot be statically analyzed. Use the overload that takes a JsonTypeInfo or JsonSerializerContext, or make sure all of the required types are preserved.
|
Loading