Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
Hixon10 committed Feb 4, 2024
1 parent 84aad74 commit 1951aad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A roslyn analyzer, which allows to detect and fail builds, which use `Newtonsoft

## Motivation

`Newtonsoft.Json` is a great library, and there is no any problems to use it.
However, in some cases, people might to decide to use [System.Text.Json](https://learn.microsoft.com/en-us/dotnet/api/system.text.json?view=net-8.0) instead of.
In these cases, it is needed to have some way to detect usage of `Newtonsoft.Json` and prevent it, during migration.
`Newtonsoft.Json` is a great library, and there are no problems with using it.
However, in some cases, people might decide to use [System.Text.Json](https://learn.microsoft.com/en-us/dotnet/api/system.text.json?view=net-8.0) instead.
In these cases, it is necessary to have a way to detect the usage of `Newtonsoft.Json` and prevent it during migration.

## How to use

Expand Down

0 comments on commit 1951aad

Please sign in to comment.