Skip to content

Analyzers for C# .NET Compiler Platform that help to migrate existing projects to Docker environment.

License

Notifications You must be signed in to change notification settings

alex1ozr/MigrateToDockerAnalyzers

Repository files navigation

Analyzers for C# .NET Compiler Platform

Analyzers that can help you to migrate your existing .NET projects to Docker environment. Different deployment environments may contain different culture settings, so it is recommended to pass concrete format / culture to all ToString() / Parse() / TryParse() methods for primitive types at least.

Analyzers list

Parameterless ToString() method usage for culture-dependent types (codefixes included)

  • DateTime
  • DateTimeOffset
  • Decimal
  • Double
  • Float

Parse() / TryParse() methods usage without explicit format or culture for culture-dependent types

  • DateTime
  • DateTimeOffset
  • Decimal
  • Double
  • Float

About

Analyzers for C# .NET Compiler Platform that help to migrate existing projects to Docker environment.

Topics

Resources

License

Stars

Watchers

Forks