Add async LoadFromQueryable #3140
Annotations
5 errors and 2 warnings
Tests (net472):
src/Framework/Core/Controls/GridViewDataSetExtensions.cs#L58
The type or namespace name 'IAsyncEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
|
Tests (net472):
src/Framework/Core/Controls/GridViewDataSetExtensions.cs#L64
Asynchronous foreach statement cannot operate on variables of type 'ParallelQuery<TSource>' because 'ParallelQuery<TSource>' does not contain a public instance or extension definition for 'GetAsyncEnumerator'. Did you mean 'foreach' rather than 'await foreach'?
|
Tests (net472):
src/Framework/Core/Controls/GridViewDataSetExtensions.cs#L58
The type or namespace name 'IAsyncEnumerable<>' could not be found (are you missing a using directive or an assembly reference?)
|
Tests (net472):
src/Framework/Core/Controls/GridViewDataSetExtensions.cs#L64
Asynchronous foreach statement cannot operate on variables of type 'ParallelQuery<TSource>' because 'ParallelQuery<TSource>' does not contain a public instance or extension definition for 'GetAsyncEnumerator'. Did you mean 'foreach' rather than 'await foreach'?
|
Tests (net472)
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, nuget/setup-nuget@v1, actions/cache@v3, actions/setup-node@v3, microsoft/[email protected], actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "analyzers-tests-net6.0-Debug-Linux", "analyzers-tests-net6.0-Debug-macOS", "analyzers-tests-net6.0-Release-Linux", "analyzers-tests-net6.0-Release-macOS", "chrome-tests-Linux-Production-Default", "chrome-tests-Linux-Production-ExperimentalFeaturesTests", "firefox-tests-Linux-Development-Default", "firefox-tests-Linux-Development-ExperimentalFeaturesTests", "firefox-tests-Linux-Production-Default", "framework-tests-net8.0-Debug-Linux", "framework-tests-net8.0-Debug-macOS", "framework-tests-net8.0-Debug-Windows", "framework-tests-net8.0-Release-Linux", "framework-tests-net8.0-Release-macOS", "framework-tests-net8.0-Release-Windows".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
Loading