cache nuget packages

This commit is contained in:
master
2025-11-17 20:46:40 +02:00
parent 833e68575a
commit d3128aec24
3344 changed files with 5325703 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"version": 2,
"contentHash": "Y6g3OBJ4JzTyyw16fDqtFcQ41qQAydnEvEqmXjhwhgjsnG/FaJ8GUqF5ldsC/bVkK8KYmqrPhDO+tm4dF6xx4A==",
"source": "https://api.nuget.org/v3/index.json"
}

Binary file not shown.

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
<metadata>
<id>Serilog.Sinks.Debug</id>
<version>2.0.0</version>
<authors>Serilog Contributors</authors>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<license type="expression">Apache-2.0</license>
<licenseUrl>https://licenses.nuget.org/Apache-2.0</licenseUrl>
<icon>icon.png</icon>
<projectUrl>https://github.com/serilog/serilog-sinks-debug</projectUrl>
<description>A Serilog sink that writes log events to the debug output window.</description>
<tags>serilog debug</tags>
<repository type="git" url="https://github.com/serilog/serilog-sinks-debug" />
<dependencies>
<group targetFramework=".NETFramework4.5">
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETFramework4.6">
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard1.0">
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
<dependency id="System.Diagnostics.Debug" version="4.3.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.0">
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
</group>
<group targetFramework=".NETStandard2.1">
<dependency id="Serilog" version="2.10.0" exclude="Build,Analyzers" />
</group>
</dependencies>
</metadata>
</package>

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Serilog.Sinks.Debug</name>
</assembly>
<members>
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
<summary>
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
</summary>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<param name="outputTemplate">A message template describing the format used to write to the sink.
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
control plain text formatting, use the overload that accepts an output template.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Serilog.Sinks.Debug</name>
</assembly>
<members>
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
<summary>
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
</summary>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<param name="outputTemplate">A message template describing the format used to write to the sink.
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
control plain text formatting, use the overload that accepts an output template.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Serilog.Sinks.Debug</name>
</assembly>
<members>
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
<summary>
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
</summary>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<param name="outputTemplate">A message template describing the format used to write to the sink.
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
control plain text formatting, use the overload that accepts an output template.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Serilog.Sinks.Debug</name>
</assembly>
<members>
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
<summary>
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
</summary>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<param name="outputTemplate">A message template describing the format used to write to the sink.
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
control plain text formatting, use the overload that accepts an output template.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1,40 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>Serilog.Sinks.Debug</name>
</assembly>
<members>
<member name="T:Serilog.LoggerSinkConfigurationDebugExtensions">
<summary>
Adds the WriteTo.Debug() extension method to <see cref="T:Serilog.LoggerConfiguration"/>.
</summary>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Events.LogEventLevel,System.String,System.IFormatProvider,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<param name="outputTemplate">A message template describing the format used to write to the sink.
the default is <code>"[{Timestamp:HH:mm:ss} {Level:u3}] {Message:lj}{NewLine}{Exception}"</code>.</param>
<param name="formatProvider">Supplies culture-specific formatting information, or null.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
<member name="M:Serilog.LoggerSinkConfigurationDebugExtensions.Debug(Serilog.Configuration.LoggerSinkConfiguration,Serilog.Formatting.ITextFormatter,Serilog.Events.LogEventLevel,Serilog.Core.LoggingLevelSwitch)">
<summary>
Writes log events to <see cref="T:System.Diagnostics.Debug"/>.
</summary>
<param name="sinkConfiguration">Logger sink configuration.</param>
<param name="formatter">Controls the rendering of log events into text, for example to log JSON. To
control plain text formatting, use the overload that accepts an output template.</param>
<param name="restrictedToMinimumLevel">The minimum level for
events passed through the sink. Ignored when <paramref name="levelSwitch"/> is specified.</param>
<param name="levelSwitch">A switch allowing the pass-through minimum level
to be changed at runtime.</param>
<returns>Configuration object allowing method chaining.</returns>
</member>
</members>
</doc>

View File

@@ -0,0 +1 @@
+92zlEG+Ka7kB3xIfjIasMOhZ63HT2mBFaVBLZieTTPCqNHNn8uWsxLFZ8spPSP4QxyTbZZHaR4BlgCkBcXMbQ==