prodigga

Results 4 issues of prodigga

``` function RejectAlways(){ return createParamDecorator({ required: true, value: action =>{ } }) } @JsonController() export class TestController { @Get("/test") public async GetTest(@RejectAlways() someValue:String){ return {status:"All good chief"}; } } ```...

status: needs triage

**Environment information:** - AGI version: 3.0.0 - Host OS: [e.g. Linux] Windows If tracing on Android: - Device model: Google Pixel 6 - Android Version: Android 12 API 31 **Bug...

Needs more information

I noticed heavy use of LINQ and 'ToArray' which is generating a lot of garbage per frame. Could be avoided by just omitting the LINQ and allocating lists and clearing/reusing...

enhancement

## Checklist - [x] I've updated to the latest released version of the SDK - [x] I've searched for existing [GitHub issues](https://github.com/facebook/facebook-sdk-for-unity/issues) - [x] I've looked for existing answers on...

bug