Skip to content

Commit

Permalink
Merge branch 'master' into feature/280
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent ter Maat authored and Vincent ter Maat committed Jul 8, 2022
2 parents 3dde0c3 + b48ed0d commit 70566aa
Show file tree
Hide file tree
Showing 20 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions docs/preview/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Arcus Observability allows you to work easily with Azure Application Insights te

# Guidance

- [Using Arcus & Serilog in ASP.NET Core](./03-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./03-Guidance/use-with-dotnet-and-functions.md)
- [Using Arcus & Serilog in ASP.NET Core](./02-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./02-Guidance/use-with-dotnet-and-functions.md)

# Installation

Expand All @@ -24,7 +24,7 @@ The Arcus.Observability.Correlation package can be installed via NuGet:
PM > Install-Package Arcus.Observability.Serilog.Sinks.ApplicationInsights
```

For more granular packages we recommend reading [the documentation](./02-Features/sinks/azure-application-insights.md).
For more granular packages we recommend reading [the documentation](./03-Features/sinks/azure-application-insights.md).

# License
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ public class OrderController : ControllerBase
}
```

See [our list of telemetry types](../02-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.
See [our list of telemetry types](../03-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/versioned_docs/version-v2.5.0/01-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Arcus Observability allows you to work easily with Azure Application Insights te

# Guidance

- [Using Arcus & Serilog in ASP.NET Core](./03-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./03-Guidance/use-with-dotnet-and-functions.md)
- [Using Arcus & Serilog in ASP.NET Core](./02-Guidance/use-with-dotnet-and-aspnetcore.md)
- [Using Arcus & Serilog in Azure Functions](./02-Guidance/use-with-dotnet-and-functions.md)

# Installation

Expand All @@ -24,7 +24,7 @@ The Arcus.Observability.Correlation package can be installed via NuGet:
PM > Install-Package Arcus.Observability.Serilog.Sinks.ApplicationInsights
```

For more granular packages we recommend reading [the documentation](./02-Features/sinks/azure-application-insights.md).
For more granular packages we recommend reading [the documentation](./03-Features/sinks/azure-application-insights.md).

# License
This is licensed under The MIT License (MIT). Which means that you can use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the web application. But you always need to state that Codit is the original author of this web application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,4 +97,4 @@ public class OrderController : ControllerBase
}
```

See [our list of telemetry types](../02-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.
See [our list of telemetry types](../03-Features/writing-different-telemetry-types.md) to find out all the available types that can be written with Arcus.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public static partial class ILoggerExtensions
/// <param name="context">The context that provides more insights on the dependency that was measured.</param>
/// <exception cref="ArgumentNullException">Thrown when the <paramref name="logger"/> or <paramref name="measurement"/> is <c>null</c>.</exception>
/// <exception cref="ArgumentException">Thrown when the <paramref name="topicName"/> is blank.</exception>
[Obsolete("Use the " + nameof(LogServiceBusQueueDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
[Obsolete("Use the " + nameof(LogServiceBusTopicDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
public static void LogServiceBusTopicDependency(
this ILogger logger,
string topicName,
Expand Down Expand Up @@ -241,7 +241,7 @@ public static partial class ILoggerExtensions
/// <exception cref="ArgumentNullException">Thrown when the <paramref name="logger"/> is <c>null</c>.</exception>
/// <exception cref="ArgumentException">Thrown when the <paramref name="topicName"/> is blank.</exception>
/// <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="duration"/> is a negative time range.</exception>
[Obsolete("Use the " + nameof(LogServiceBusQueueDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
[Obsolete("Use the " + nameof(LogServiceBusTopicDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
public static void LogServiceBusTopicDependency(
this ILogger logger,
string topicName,
Expand Down Expand Up @@ -327,7 +327,7 @@ public static partial class ILoggerExtensions
/// <param name="context">The context that provides more insights on the dependency that was measured.</param>
/// <exception cref="ArgumentNullException">Thrown when the <paramref name="logger"/> or <paramref name="measurement"/> is <c>null</c>.</exception>
/// <exception cref="ArgumentException">Thrown when the <paramref name="entityName"/> is blank.</exception>
[Obsolete("Use the " + nameof(LogServiceBusQueueDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
[Obsolete("Use the " + nameof(LogServiceBusDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
public static void LogServiceBusDependency(
this ILogger logger,
string entityName,
Expand Down Expand Up @@ -387,7 +387,7 @@ public static partial class ILoggerExtensions
/// <exception cref="ArgumentNullException">Thrown when the <paramref name="logger"/> is <c>null</c>.</exception>
/// <exception cref="ArgumentException">Thrown when the <paramref name="entityName"/> is blank.</exception>
/// <exception cref="ArgumentOutOfRangeException">Thrown when the <paramref name="duration"/> is a negative time range.</exception>
[Obsolete("Use the " + nameof(LogServiceBusQueueDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
[Obsolete("Use the " + nameof(LogServiceBusDependency) + " method overload with an Azure Service Bus namespace endpoint instead")]
public static void LogServiceBusDependency(
this ILogger logger,
string entityName,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Arcus.Testing.Logging" Version="0.4.0" />
<PackageReference Include="Arcus.Testing.Logging" Version="0.3.0" />
<PackageReference Include="Bogus" Version="34.0.1" />
<PackageReference Include="Microsoft.Azure.ApplicationInsights.Query" Version="1.0.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
Expand Down

0 comments on commit 70566aa

Please sign in to comment.