Skip to content

Commit

Permalink
Readme updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fiakkasa committed Nov 22, 2023
1 parent 3a11880 commit 9909063
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ The purpose of this middleware is to provide feedback in regards to the health o

[Nuget](https://www.nuget.org/packages/GraphHealthChecks/)

## Note

There appears to be a compatibility issue for projects targeting .NET 7 and assembly `Assembly Microsoft.Extensions.Hosting, Version=7.0.0.0` and more speficically `OptionsBuilderExtensions.ValidateOnStart` resulting in error:

> The call is ambiguous between the following methods or properties: 'Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart<TOptions>(Microsoft.Extensions.Options.OptionsBuilder<TOptions>)' and 'Microsoft.Extensions.DependencyInjection.OptionsBuilderExtensions.ValidateOnStart<TOptions>(Microsoft.Extensions.Options.OptionsBuilder<TOptions>)'
Until resolved please consider using the previous version of the package.

## Usage

Locate the services registration and append one of:
Expand Down

0 comments on commit 9909063

Please sign in to comment.