Stop Serializing Return Values for `InvokeVoidAsync` (#35807) (#35979)
* Stop Serializing `InvokeVoidAsync` Return Value * Fix E2E Test * Add JSObjectReferenceTest * Remove `IJSVoidResult` from the public API * release .js files * Revert "Remove `IJSVoidResult` from the public API" This reverts commit e7548722677d81673e967fd8bc86d1e56479af3f. * Add monocrash to gitignore * Fix Tests * Update src/JSInterop/Microsoft.JSInterop/src/PublicAPI.Unshipped.txt * PR Feedback @pranavkm
显示
- .gitignore 1 个添加, 0 个删除.gitignore
- src/Components/Server/test/ProtectedBrowserStorageTest.cs 3 个添加, 1 个删除src/Components/Server/test/ProtectedBrowserStorageTest.cs
- src/Components/Web.JS/src/Boot.WebAssembly.ts 2 个添加, 0 个删除src/Components/Web.JS/src/Boot.WebAssembly.ts
- src/Components/WebAssembly/JSInterop/src/WebAssemblyJSRuntime.cs 1 个添加, 0 个删除...ponents/WebAssembly/JSInterop/src/WebAssemblyJSRuntime.cs
- src/Components/test/E2ETest/Tests/InteropTest.cs 2 个添加, 0 个删除src/Components/test/E2ETest/Tests/InteropTest.cs
- src/Components/test/testassets/BasicTestApp/InteropComponent.razor 25 个添加, 1 个删除...nents/test/testassets/BasicTestApp/InteropComponent.razor
- src/Components/test/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js 3 个添加, 0 个删除...test/testassets/BasicTestApp/wwwroot/js/jsinteroptests.js
- src/JSInterop/Microsoft.JSInterop.JS/src/src/Microsoft.JSInterop.ts 3 个添加, 0 个删除...rop/Microsoft.JSInterop.JS/src/src/Microsoft.JSInterop.ts
- src/JSInterop/Microsoft.JSInterop/src/Infrastructure/IJSVoidResult.cs 15 个添加, 0 个删除...p/Microsoft.JSInterop/src/Infrastructure/IJSVoidResult.cs
- src/JSInterop/Microsoft.JSInterop/src/JSCallResultType.cs 5 个添加, 0 个删除src/JSInterop/Microsoft.JSInterop/src/JSCallResultType.cs
- src/JSInterop/Microsoft.JSInterop/src/JSObjectReferenceExtensions.cs 4 个添加, 3 个删除...op/Microsoft.JSInterop/src/JSObjectReferenceExtensions.cs
- src/JSInterop/Microsoft.JSInterop/src/JSRuntimeExtensions.cs 4 个添加, 3 个删除src/JSInterop/Microsoft.JSInterop/src/JSRuntimeExtensions.cs
- src/JSInterop/Microsoft.JSInterop/src/PublicAPI.Unshipped.txt 2 个添加, 0 个删除...JSInterop/Microsoft.JSInterop/src/PublicAPI.Unshipped.txt
- src/JSInterop/Microsoft.JSInterop/test/JSRuntimeExtensionsTest.cs 7 个添加, 6 个删除...terop/Microsoft.JSInterop/test/JSRuntimeExtensionsTest.cs
- src/Shared/JSInterop/JSCallResultTypeHelper.cs 18 个添加, 13 个删除src/Shared/JSInterop/JSCallResultTypeHelper.cs
加载中
想要评论请 注册 或 登录