<PackageReference Include="Serilog" Version="4.3.2-dev-02418" />

System.Diagnostics.CodeAnalysis.RequiresAssemblyFilesAttribute

Indicates that the specified member requires assembly files to be on disk.
public string Message { get; }

Gets an optional message that contains information about the need for assembly files to be on disk.

public string Url { get; set; }

Gets or sets an optional URL that contains more information about the member, why it requires assembly files to be on disk, and what options a consumer has to deal with it.

Initializes a new instance of the RequiresAssemblyFilesAttribute class.

public RequiresAssemblyFilesAttribute(string message)

Initializes a new instance of the RequiresAssemblyFilesAttribute class.