Volodymyr Usarskyy

Results 7 comments of Volodymyr Usarskyy

Thank you for a quick response! Ok, then I will have to find another workaround. Unfortunately we cannot currently migrate to Angular 1.5 :(

I use latest Angular version and this bug is still present: ``` @angular/cli: 13.0.4 @angular/compiler: 13.0.3 @angular/compiler-cli: 13.0.3 @angular/core: 13.0.3 @biesbjerg/ngx-translate-extract: 7.0.4 @ngx-translate/core: 14.0.0 ```

@tarlepp If your comment was for me, where to find the newest version ? Accordingly to NPM and Github I am using latest version: ![image](https://user-images.githubusercontent.com/1206777/145546221-f967f9e7-553e-4d50-b95f-2bc13ae6ffff.png) ![image](https://user-images.githubusercontent.com/1206777/145546379-597d60d6-dca9-4877-b2cf-1cc42d497ab0.png)

> What do you mean "After I mounted those devices manually, I was able to build the example package as expected." Where did you do that and how? @pjdubya here...

Request #2 is similar but in fact related to something else. In my case I have the following code: ``` public async Task Register([FromBody] RequestMessage request, CancellationToken cancellationToken) { .......

We use WebAPI 2, ASP.NET MVC 5 and ReSharper 10 (upgraded yesterday)

Your examples are newer but in general you have to take into account that old ASP.NET asynchronous actions were written differently than now (https://msdn.microsoft.com/en-us/library/ee728598(v=vs.100).aspx#converting_synchronous_action_methods_to_asynchronous_action_methods). In old times "Async" suffix actually...