Enrico Sada

Results 15 issues of Enrico Sada

.NET Core SDK fsproj (msbuild15 based) can define multiple target frameworks (crossgen) in same fsproj project. So will be awesome if is possibile to change the framework inside vscode. Dunno...

enhancement
up for grabs

the template package generated on unix fails the integration tests During template package install (`dotnet new -i`) ``` Error reading template from file: /ClassLibrary-FSharp/.template.config/template.json | Error = After parsing a...

affect v0.2.0 ## How to reproduce 1. launch Jetbrains Rider 2. open `example-sdk\example2\Example2.sln` 3. run the build of the solution, it succeed 4. intellisense doesnt work reopening the solution doesnt...

Generated file doesnt appear in VS project explorer ## How to reproduce 1. launch Visual Studio 2. open `example-sdk\example2\Example2.sln` 3. run the build of the solution, it succeed 4. intellisense...

Is possibile to create package the template in lot of ways (nuget, nuspec, csproj, prj) The best one i know atm is doing just with a `.proj` (any extension is...

Add builtin support for response files, enabled by a simple configuration. Response files is a way to write arguments to a file, instead of pass as command line args. Like...

enhancement
up-for-grabs

ref https://github.com/ionide/ionide-vscode-fsharp/issues/714 Consider the following code script: ```fsharp #if INTERACTIVE #r "Microsoft.Office.Interop.Outlook.dll" #endif open Microsoft.Office.Interop.Outlook let getFullName userName = let outlook = ApplicationClass() let message = outlook.CreateItem(OlItemType.olMailItem) :?> MailItem message.Recipients.Add(userName)...

bug
help wanted

> in summary > Discrepancies may exist between this specification and the 3.1 implementation. Some of these are noted as comments in this document. If you find further discrepancies please...

language-spec

ref https://github.com/GoogleCloudPlatform/google-cloud-dotnet/issues/863 Attributes like `TargetFrameworkAttribute`, `Version`, `FileVersion` should be auto generated as temporary `AssemblyInfo.fs` passed to compiler that's a regression from .net core sdk preview2 atm is not implemented at...

bug
up-for-grabs
msbuild
workaround ready

Support F# anonymous types in query like ```fsharp let res = db.QuerySingle("select Tid=20, Name='fdsf', X='hfds', Y=15") ``` - The search for constructor fallback to search by names sorted, if not...

needs-info