Results 15 comments of juner

me too. https://github.com/SamProf/BlazorVirtualScrolling/blob/master/src/BlazorVirtualScrolling/VirtualScroll.razor Maybe `VirtualScroll.razor` need `@namespace BlazorVirtualScrolling` ? ※ When this razor was compiled, it belonged to the namespace of the compiled project.

@kazasaku そうです。インストーラーがあるソフトウェアだと公式リポジトリにpull request出すだけで登録できるそうなのでissueを上げました。よろしくお願いいたします。

@beenotung link 404. Maybe this is it? → https://compat-table.github.io/compat-table/es6/#test-proper_tail_calls_(tail_call_optimisation)

```js function foo() { const xyz = bar(); return promise.then(() => { return xyz; },(e) => { xyz[Symbol.dispose](); return Promise.reject(e); }); } ``` @jasnell Shouldn't we leave `using` to the...

use `ms-dotnettools.csdevkit` : `0.4.10` and `ms-dotnettools.csharp` : `2.1.2` ![image](https://github.com/dotnet/vscode-csharp/assets/753914/8fa03567-1a78-4ecb-b5fd-e8bd97e52689) However, in that case, you cannot jump with F12. ![image](https://github.com/dotnet/vscode-csharp/assets/753914/b725148e-6da7-4a8e-87df-14c2d1219767) use `dotnet.preferRuntimeFromSDK`: `true` ![image](https://github.com/dotnet/vscode-csharp/assets/753914/0c517299-861f-40c4-b749-0a7c8c57407f) remove bin and obj directory and .NET...

use `ms-dotnettools.csharp` : `2.1.2` ![image](https://github.com/dotnet/vscode-csharp/assets/753914/9c8eb28e-8627-447a-8622-74f79c7744a3) set `dotnet.server.useOmnisharp`: `true` ![image](https://github.com/dotnet/vscode-csharp/assets/753914/40d7f966-2fcf-43d9-aa6b-1a5cc4dead51) jum ok. ![image](https://github.com/dotnet/vscode-csharp/assets/753914/7846da6b-7fba-43b3-8a99-2d77d59d34dc) Is there another way? C# log ``` Installing C# dependencies... Platform: win32, x86_64 Downloading package 'OmniSharp for Windows...

use `ms-dotnettools.csharp` `2.23.15` ![image](https://github.com/dotnet/vscode-csharp/assets/753914/e50ceab2-2ad9-468e-b72d-85486c368896) `ApplicationConfiguration.Initialize()` method. `F12` jump ng. ![image](https://github.com/dotnet/vscode-csharp/assets/753914/085e131a-9f20-4617-9e8a-1631b6ed34c4) dotnet --info ```text .NET SDK: Version: 9.0.100-preview.3.24204.13 Commit: 81f61d8290 Workload version: 9.0.100-manifests.77bb7ba9 MSBuild version: 17.11.0-preview-24178-16+7ca3c98fa ランタイム環境: OS Name: Windows OS...

see also: Inspect Container https://docs.docker.com/engine/api/v1.40/#tag/Container/operation/ContainerInspect Create Container https://docs.docker.com/engine/api/v1.40/#tag/Container/operation/ContainerCreate interface ContainerInspectInfo https://github.com/DefinitelyTyped/DefinitelyTyped/blob/b59dc3ac1e2770fbd6cdbb90ba52abe04c168196/types/dockerode/index.d.ts#L516-L647 interface ContainerCreateOptions https://github.com/DefinitelyTyped/DefinitelyTyped/blob/b59dc3ac1e2770fbd6cdbb90ba52abe04c168196/types/dockerode/index.d.ts#L1176-L1211