Andrii Chebukin

Results 241 issues of Andrii Chebukin

I try to multi-target https://github.com/xperiandri/Elmish.Uno project to UWP and Xamarin. ``` XML netstandard2.0;xamarinios10;monoandroid90;uap10.0 true false ``` For Xamarin I get: ``` error NETSDK1005: Assets file 'C:\Users\Andrii\Dev\Frebo\Biblioteko\Elmish.Uno\src\Elmish.WPF\obj\project.assets.json' doesn't have a target...

I tried to do multitargeting for F# project. And until I put https://github.com/dotnet/sdk/blob/master/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Sdk.FSharpTargetsShim.targets into `msbuild.sdk.extras\2.0.54\Build\targets` build does not work and asks for it

**Describe the bug** ``` member this.AsyncAcquireTokenInteractively (uiThread, correlationId) = asyncResult { do! Async.SwitchToContext uiThread let builder = pca.AcquireTokenInteractive(options.Scopes) .WithCorrelationId(correlationId) if not (isNull configureInteractive) then configureInteractive.Invoke(builder) try return! builder.ExecuteAsync() // FSharp.Control.FusionTasks...

Could you integrate [`task` computation expression](https://github.com/AntyaDev/Orleankka/blob/master/Source/FSharp.Api/Task.fs) from Orleankka.@ @antyadev created it because Orleans uses some tricks this Task scheduler so that it needs .NET Tasks and not F# asynchronous workflows....

When doing validation with https://github.com/lfr/FSharp.Domain.Validation or https://github.com/JamesRandall/AccidentalFish.FSharp.Validation you can have mo than one error per property. UWP does not have native support of `INotifayDataErrorInfo` so that we created our control...

Usage of StackPanels in samples causes a lot of layout and render issues like disabled UI virtualization in ListView. On the Android emulator, I thought that the app hang but...

Doing Elmish.Uno development we came to a need of raising an event that must be handled on UI (display iOS printer picker) The approach is to create a class that...

Follow the instruction here https://github.com/madskristensen/DialToolsForVS/issues/20#issuecomment-454816654

enhancement
question
Meta
FEEDBACK-WANTED

``` JSON { "version": "1.0.0-*", "testRunner": "mstest",   "dependencies": { "MSTest.TestAdapter": "1.1.8-rc", "MSTest.TestFramework": "1.0.8-rc", "Microsoft.NETCore.App": { "version": "1.1.0", "type": "platform" }, "dotnet-test-mstest": "1.1.2-preview", }, "frameworks": { "netcoreapp1.1": { "imports": [ "dnxcore50",...

enhancement
help wanted

Like we do in F# type providers. For example http://fsprojects.github.io/SwaggerProvider/#/#getting-started