Releases: linksplatform/RegularExpressions.Transformer.CSharpToCpp
0.0.29
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.29
Added rule for region block preprocessor directives removal.
0.0.28
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.28
Rule for C# inline properties is fixed. Now it works even if the property name contains more than one word.
0.0.27
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.27
Attempt to resolve rule groups conflict.
0.0.26
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.26
Better support for C# inline methods.
0.0.25
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.25
Added rules for better exceptions translation.
0.0.24
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.24
Rules are now less gready (for single line patterns). This should increase the performance and reduce errors.
0.0.23
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.23
Added support for inline static string constants in classes.
Static fields with class initializations are now using inline static fields in C++.
0.0.22
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.22
Added support for conversion of predicates.
0.0.21
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.21
Using generic type constraint (C#) as hint to pass the argument by reference in C++.
0.0.20
https://www.nuget.org/packages/Platform.RegularExpressions.Transformer.CSharpToCpp/0.0.20
Added support for NotSupportedException, NotImplementedException, ArgumentException and ArgumentNullException exceptions.