Closed FreeAndNil closed 1 month ago
added source link - see https://github.com/dotnet/sourcelink
before
[assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(/*Could not decode attribute arguments.*/)] [assembly: ComVisible(false)] [assembly: CLSCompliant(true)] [assembly: AllowPartiallyTrustedCallers] [assembly: SecurityRules(/*Could not decode attribute arguments.*/)] [assembly: AssemblyInformationalVersion("3.0.0.0-.NET Standard 2.0")] [assembly: AssemblyTitle("Apache log4net for .NET Standard 2.0")] [assembly: AssemblyConfiguration("Retail")] [assembly: AssemblyProduct("log4net")] [assembly: AssemblyDefaultAlias("log4net")] [assembly: AssemblyFileVersion("3.0.0.0")] [assembly: AssemblyCompany("The Apache Software Foundation")] [assembly: AssemblyCopyright("Copyright 2004-2024 The Apache Software Foundation.")] [assembly: AssemblyTrademark("Apache and Apache log4net are trademarks of The Apache Software Foundation")] [assembly: TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] [assembly: AssemblyVersion("3.0.0.0")]
after:
[assembly: CompilationRelaxations(8)] [assembly: RuntimeCompatibility(WrapNonExceptionThrows = true)] [assembly: Debuggable(/*Could not decode attribute arguments.*/)] [assembly: ComVisible(false)] [assembly: CLSCompliant(true)] [assembly: AllowPartiallyTrustedCallers] [assembly: SecurityRules(/*Could not decode attribute arguments.*/)] [assembly: TargetFramework(".NETStandard,Version=v2.0", FrameworkDisplayName = ".NET Standard 2.0")] [assembly: AssemblyCompany("The Apache Software Foundation")] [assembly: AssemblyConfiguration("Release")] [assembly: AssemblyCopyright("Copyright © 2004 - 2024 The Apache Software Foundation")] [assembly: AssemblyDescription("log4net is a tool to help the programmer output log statements to a variety of output targets.\r\nIn case of problems with an application, it is helpful to enable logging so that the problem\r\ncan be located. With log4net it is possible to enable logging at runtime without modifying the\r\napplication binary. The log4net package is designed so that log statements can remain in\r\nshipped code without incurring a high performance cost. It follows that the speed of logging\r\n(or rather not logging) is crucial.\r\n\r\nAt the same time, log output can be so voluminous that it quickly becomes overwhelming.\r\nOne of the distinctive features of log4net is the notion of hierarchical loggers.\r\nUsing these loggers it is possible to selectively control which log statements are output\r\nat arbitrary granularity.\r\n\r\nlog4net is designed with two distinct goals in mind: speed and flexibility\r\n ")] [assembly: AssemblyFileVersion("3.0.0.0")] [assembly: AssemblyInformationalVersion("3.0.0+13eca1117942f3ef5fc742ee70bed6588f274276")] [assembly: AssemblyProduct("Apache log4net")] [assembly: AssemblyTitle("Apache log4net for .NET Standard 2.0")] [assembly: AssemblyMetadata("RepositoryUrl", "https://github.com/apache/logging-log4net")] [assembly: AssemblyVersion("3.0.0.0")]
added source link - see https://github.com/dotnet/sourcelink
before
after: