Skip to content

Commit 4b47e6e

Browse files
Update NSB saga tutorials to use MS logging (#6863)
* Update NSB saga tutorials to use MS logging * Updated the Saga tutorials to use Generic Host for the ClientUI project * working on changes as requested in review * Changes to tutorial 1 * tutorial 2 update * tutorial 3 update * Tutorial 1 Snippets Update * tutorial 1 snippets update * update to tutorial 2 snippets * tutorial 3 snippets update * ms hosting version range * step one project clean up * updating log output * step project clean up * step 2 tweaking the input loop * step 1 project further clean up * step 3 project cleanup * updating logs * one more rename * Update tutorial.md * Update tutorial.md --------- Co-authored-by: Tomek Masternak <[email protected]>
1 parent 8389e82 commit 4b47e6e

File tree

128 files changed

+1962
-1838
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

128 files changed

+1962
-1838
lines changed

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Core_7.csproj

Lines changed: 0 additions & 9 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Lesson1/EndpointConfig.cs

Lines changed: 0 additions & 15 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Lesson1/Intro/Lesson1.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Lesson1/OrderBilled.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Lesson1/OrderPlaced.cs

Lines changed: 0 additions & 7 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Lesson1/OrderProcessing/Lesson1.cs

Lines changed: 0 additions & 76 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Lesson1/SagaMappings/Lesson1.cs

Lines changed: 0 additions & 53 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/Lesson1/ShippingPolicyData.cs

Lines changed: 0 additions & 11 deletions
This file was deleted.

tutorials/nservicebus-sagas/1-saga-basics/Snippets/Core_7/SagaAPI/SampleSaga.cs

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<Project Sdk="Microsoft.NET.Sdk">
2+
<PropertyGroup>
3+
<TargetFramework>net8.0</TargetFramework>
4+
<LangVersion>12.0</LangVersion>
5+
</PropertyGroup>
6+
<ItemGroup>
7+
<PackageReference Include="NServiceBus" Version="9.*" />
8+
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
9+
</ItemGroup>
10+
</Project>

0 commit comments

Comments
 (0)