Andrii Kurdiumov

Results 380 comments of Andrii Kurdiumov

I clone repo and after running build.cmd receive following error ``` SwaggerProvider.Runtime failed with 1 error(s) (17.0s) C:\SwaggerProvider\paket-files\fsprojects\FSharp.TypeProviders.SDK\src\ProvidedTypes.fs(3224,7): error FS0842: This attribute is not valid for use on this language...

Okay. I take a deeper look, and seems to be issue arise in following way ``` type WebAPI2 = OpenApiClientProvider ``` Notice that I pass Swagger document to OpenApiClient. I...

Why? Because of my mistake :) anyway it was confusing experience.

I take a quick look at this. and I think this can be done in following way 1. Add methods `DisableStrongNamesCheck`/`EnableStrongNamesCheck` here which enable/disable some configuration https://github.com/MarimerLLC/csla/blob/dde8da260c6df56063e0e0e0a1d560c71cf41e8d/Source/Csla/Configuration/Fluent/SerializationOptions.cs#L24-L28 2. Create property...

Would be good to press for solving https://github.com/dotnet/templating/issues/5358 so we can have nice experience

Isn’t first step should be just migrate pascalabc project files to more modern msbuild. I think that can improve ability to experiment with running on modern Net

I use `Version 17.14.0 Preview 4.0` and experience same issue

I do not use Azure functions, but error message appear very close to this one. ``` Aspire.Hosting.Dcp.dcpctrl.ExecutableReconciler: Error: run session could not be started: IDE returned a response indicating failure...

I think you should use https://github.com/veldrid/veldrid if you care about AOT. People there supportive of this scenario and it should work

I would say, better join dark side and work with community tools 😄