What's Changed
- Use File(URI).toPath() to fix Windows drive letter handling by @pstreef in #6993
- C#: Improve type attribution coverage on identifiers and declarations by @jkschneider in #6994
- Add RSPEC-S6809 tag to ResultOfMethodCallIgnored recipe by @timtebeek in #6991
- C#: Add TypeUtils and MethodMatcher by @jkschneider in #6995
- C#: Handle
Primitive(String)inTypeUtils.IsAssignableToandGetFullyQualifiedNameby @knutwannheden in #6996 - C#: Add null-conditional (
?.) support toCSharpPatternby @knutwannheden in #6997 - Make
TreeHelper.SetPrefixpublic for recipe authors by @knutwannheden in #6998 - Add
CSharpPatterncapture support tests forasoperator by @knutwannheden in #6999 - Add generic
J.SetPrefix<T>/J.SetId<T>static helpers by @knutwannheden in #7000 - C#: Add
Typeproperty toExpressionandNameTreeinterfaces by @knutwannheden in #7002 - C#: Fix
NewClass.Typereturningvoidinstead of constructed type by @knutwannheden in #7004 - JavaScript: reinstantiate
install-recipes.test.tstests by @greg-at-moderne in #7005 - C#: Fix
CSharpPrintercorruption of explicit interface implementations by @knutwannheden in #7006 - Add XML LST support for Java-C# RPC bridge by @macsux in #7007
- C#: Add recipe utility methods to the C# SDK by @knutwannheden in #7008
- C#: Add
StructuralEqualityComparatorto SDK by @knutwannheden in #7009 - Fix XML RPC bridge CI failures by @macsux in #7010
- Fix CSharpParser handling of preprocessor directives around delegate semicolons by @knutwannheden in #7011
- C#: csproj parsing and core dependency recipes by @jkschneider in #7013
Full Changelog: v8.75.6...v8.75.7