Skip to content

3.1.0 Release #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
May 27, 2020
Merged

3.1.0 Release #23

merged 11 commits into from
May 27, 2020

Conversation

nblumhardt
Copy link
Member

@nblumhardt nblumhardt commented May 26, 2020

nblumhardt and others added 9 commits August 28, 2019 07:33
Supply services when configuring Serilog inline
- Update the sample project to use the `Microsoft.NET.Sdk.Worker` SDK.
  This is the default SDK when creating a new project from the template
  'Worker Service'.
- Target `netcore3.1`.
- Simplify the sample service by deriving from `BackgroundService`
  instead of implementing `IHostedService` directly. This leads to a
  simpler example (better focus on the mechanics of setting up and
  configuring Serilog). As there are some caveats with implementing
  `IHostedService` directly, devs new to worker services are better of
  starting from `BackgroundService`.
- Start tracking `launchSettings.json`.
Bring sample app more in line with Microsoft docs
@nblumhardt
Copy link
Member Author

@ralphhendriks
Copy link

Looks good 👍

Ralph Hendriks and others added 2 commits May 26, 2020 14:23
Pin the .NET Core SDK version to 3.1.*, not allowing prerelease
versions.
Pin .NET Core SDK to 3.1.* feature band and patch level
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants