Skip to content

Instantly share code, notes, and snippets.

@EngRajabi
Last active January 28, 2024 09:07
Show Gist options
  • Save EngRajabi/e66e1d16042e434d122dfe14c0bdae01 to your computer and use it in GitHub Desktop.
Save EngRajabi/e66e1d16042e434d122dfe14c0bdae01 to your computer and use it in GitHub Desktop.
# https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.BannedApiAnalyzers/BannedApiAnalyzers.Help.md
P:System.DateTime.Now;Use System.DateTime.UtcNow instead
P:System.DateTimeOffset.Now;Use System.DateTimeOffset.UtcNow instead
P:System.DateTimeOffset.DateTime;Use System.DateTimeOffset.UtcDateTime instead
#T:Newtonsoft.Json;Don't use Newtonsoft, use System.Text.Json
#N:Newtonsoft.Json;Don't use Newtonsoft
#T:Newtonsoft.Json.JsonPropertyAttribute;Don't use Newtonsoft
#N:Newtonsoft.Json.JsonPropertyAttribute;Don't use Newtonsoft
#T:Newtonsoft.Json.JsonConvert;Don't use Newtonsoft
#N:Newtonsoft.Json.JsonConvert;Don't use Newtonsoft
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment