Update to accomodate .NET 6.0 with CodeQL |
|
More...
|
almost 3 years ago
|
SDK target update for CodeQL |
|
More...
|
almost 3 years ago
|
Re-converted Go source code library for latest updates |
|
More...
|
almost 3 years ago
|
Updated publish profiles to .NET 6.0 |
|
More...
|
almost 3 years ago
|
Synchronized Antlr4 grammar to official source See https://github.com/GridProtectionAlliance/go2cs/tree/master/src/go2cs/Parser |
|
More...
|
almost 3 years ago
|
Updated ANTLR C# runtime to version 4.9.3 |
|
More...
|
almost 3 years ago
|
Update converted code to use K&R braces to match Go and ANSI optionally |
|
More...
|
almost 3 years ago
|
Cleaned up auto-generated code templates |
|
More...
|
almost 3 years ago
|
Updated code to target C# 10 / .NET 6.0 Converted code now uses file-scoped namespaces and reduced indentation to better match original Go code. Added "-c" option to allow pre-C#10 compatible code conversions. |
|
More...
|
almost 3 years ago
|
Replaced tabs with spaces in conversion strategies |
|
More...
|
almost 3 years ago
|
Added break/continue label conversion strategy |
|
More...
|
almost 3 years ago
|
Merge pull request #16 from rgwood/fix-nullable-error |
|
More...
|
almost 3 years ago
|
Fix CS8598 null suppression error |
|
More...
|
almost 3 years ago
|
Changed code-ql target to Windows 2019 |
|
More...
|
almost 3 years ago
|
Updated images for better dark mode display |
|
More...
|
about 3 years ago
|
Added correlation comments to short var decl, assignment and var specs |
|
More...
|
about 3 years ago
|
Updated converstion strategies |
|
More...
|
about 3 years ago
|
Improved array, slice and string structs |
|
More...
|
about 3 years ago
|
Nullable implementation cleanup. Fixes #11 |
|
More...
|
about 3 years ago
|
Updated to C# 9.0 and "is not "pattern |
|
More...
|
about 3 years ago
|
Updated conversion strategies |
|
More...
|
about 3 years ago
|
Added value receiver function variable strategy notes |
|
More...
|
over 3 years ago
|
Update README.md |
|
More...
|
almost 4 years ago
|
Added initial Golang generics conversion test |
|
More...
|
almost 4 years ago
|
Added IEquatable / IComparable implementation to Golang string type |
|
More...
|
almost 4 years ago
|
Commented out sort.Interface "As" implementation - not needed with generic overloads that will auto-cast to interface class |
|
More...
|
almost 4 years ago
|
Updated extension method resolution for duck-typed interfaces to support generic method implementions This will allow for Golang generic method support |
|
More...
|
almost 4 years ago
|
Added generic overload for Sort method that takes Interface to auto-cast to interface type This should be new pattern for interface casting |
|
More...
|
almost 4 years ago
|
Delete SECURITY.md |
|
More...
|
almost 4 years ago
|
Update SECURITY.md |
|
More...
|
almost 4 years ago
|