1
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update to accomodate .NET 6.0 with CodeQL
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
SDK target update for CodeQL
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Re-converted Go source code library for latest updates
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Updated publish profiles to .NET 6.0
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Synchronized Antlr4 grammar to official source See https://github.com/GridProtectionAlliance/go2cs/tree/master/src/go2cs/Parser
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Updated ANTLR C# runtime to version 4.9.3
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Update converted code to use K&R braces to match Go and ANSI optionally
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Cleaned up auto-generated code templates
ritchiecarroll
as J. Ritchie Carroll
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.
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Replaced tabs with spaces in conversion strategies
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Added break/continue label conversion strategy
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Merge pull request #16 from rgwood/fix-nullable-error
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Fix CS8598 null suppression error More... almost 3 years ago
Changed code-ql target to Windows 2019
ritchiecarroll
as J. Ritchie Carroll
More... almost 3 years ago
Updated images for better dark mode display
ritchiecarroll
as J. Ritchie Carroll
More... about 3 years ago
Added correlation comments to short var decl, assignment and var specs
ritchiecarroll
as J. Ritchie Carroll
More... about 3 years ago
Updated converstion strategies
ritchiecarroll
as J. Ritchie Carroll
More... about 3 years ago
Improved array, slice and string structs
ritchiecarroll
as J. Ritchie Carroll
More... about 3 years ago
Nullable implementation cleanup. Fixes #11
ritchiecarroll
as J. Ritchie Carroll
More... about 3 years ago
Updated to C# 9.0 and "is not "pattern
ritchiecarroll
as J. Ritchie Carroll
More... about 3 years ago
Updated conversion strategies
ritchiecarroll
as J. Ritchie Carroll
More... about 3 years ago
Added value receiver function variable strategy notes
ritchiecarroll
as J. Ritchie Carroll
More... over 3 years ago
Update README.md
ritchiecarroll
as J. Ritchie Carroll
More... almost 4 years ago
Added initial Golang generics conversion test
ritchiecarroll
as J. Ritchie Carroll
More... almost 4 years ago
Added IEquatable / IComparable implementation to Golang string type
ritchiecarroll
as J. Ritchie Carroll
More... almost 4 years ago
Commented out sort.Interface "As" implementation - not needed with generic overloads that will auto-cast to interface class
ritchiecarroll
as J. Ritchie Carroll
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
ritchiecarroll
as J. Ritchie Carroll
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
ritchiecarroll
as J. Ritchie Carroll
More... almost 4 years ago
Delete SECURITY.md
ritchiecarroll
as J. Ritchie Carroll
More... almost 4 years ago
Update SECURITY.md
ritchiecarroll
as J. Ritchie Carroll
More... almost 4 years ago