-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V Next #24
base: main
Are you sure you want to change the base?
V Next #24
Conversation
josephmoresena
commented
Oct 31, 2024
•
edited
Loading
edited
- .NET 9.0 Support.
- Internal GenericInterfaceSet classes.
- Wrapper Classes as main classes.
- Optional primitive main classes.
- JNetInterface.DisablePrimitiveMainClasses switch.
- JNetInterface.EnableVoidObjectMainClass switch.
- JNetInterface.DisableBooleanObjectMainClass, JNetInterface.DisableByteObjectMainClass, JNetInterface.DisableCharacterObjectMainClass, JNetInterface.DisableDoubleObjectMainClass, JNetInterface.DisableFloatObjectMainClass, JNetInterface.DisableIntegerObjectMainClass, JNetInterface.DisableLongObjectMainClass, JNetInterface.DisableShortObjectMainClass switches.
- Preserve metadata of array of primitive arrays.
- JNonTypedFunctionDefinition as public.
- IndeterminateCall class.
- AccessFeatureProxy.StaticPrimitiveFunction public.
- .NET 9.0 params ReadOnlySpan<>
- Packages update
* FinalizeCall generic array
* CreateInitialObject generic object array.
* WithParameter non-generic array
* Duplicate reference parameter support.
* Optimize primitive class loading. * Simplify main class loading.
* Avoid instantiation and loading class when unsupported error. * Avoid unload JLocalObject when invalid environment. * Avoid VM creation at thread destroy. * Remove created VM when class initialization error.
* StaticNoClassParameterlessTestsClass * InstanceNoLocalParameterlessCall
* Improve VM initalization error handling.
* Remove Modifier property in ITypeInformation. * Create IsFinal property on ITypeInformation. * Get IsFinal property from the element array class to determine if the array class is final. * Optimize GetMetadata/GetExactMetadata methods in MetadataHelper. * Introduce the WellKnownRuntimeTypeInformation structure. * Fix hash retrieved when looking up the TypeMetadata of nested array classes. * Fix GetInterfaces calling when class is proxy. * Use ExactMetadata when retrieving the class, to avoid calling Class.getModifiers() as much as possible. * Check _signature field instead of _className in ClassSignature get. * Split ClassObjectMetadata class and improve constructors to avoid calling Class.getModifiers().
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Quality Gate passedIssues Measures |