MIDORIKAWA Tatsuya
banner
midoliy.bsky.social
MIDORIKAWA Tatsuya
@midoliy.bsky.social
Support Escalation Engineer at Microsoft | Fun Fan F# Organizer | 発言は個人の見解に基づくものであり、所属組織を代表するものではないです

📄 GitHub : https://github.com/tatsuya-midorikawa
🔹 Fun Fan F# : https://fun-fan-fsharp.connpass.com/
🎁 欲しいものリスト : https://www.amazon.co.jp/hz/wishlist
I ordered a MAZDA Roadster 35th Anniversary model (a.k.a MX-5) today!
January 11, 2025 at 12:21 PM
I tried to create a simple Type Provider example in #fsharp (using .NET 8.0), but I keep getting FS3049 build errors on the console app that is loading the Type Provider library.
Does folks have a simple Type Provider sample?
I've confirmed that the following sample also results in an error:
FSharp.TypeProviders.SDK/examples at master · fsprojects/FSharp.TypeProviders.SDK
The SDK for creating F# type providers. Contribute to fsprojects/FSharp.TypeProviders.SDK development by creating an account on GitHub.
github.com
November 24, 2024 at 8:27 AM
Reposted by MIDORIKAWA Tatsuya
"dotnet watch run" is borked for f# web projects with .net 9.

The workaround is there though: github.com/dotnet/sdk/i...

Essentially add "--no-hot-reload" option and it's back, lke this:

run dotnet watch run --no-hot-reload
dotnet watch run completely broken for F# · Issue #44908 · dotnet/sdk
Describe the bug Using dotnet watch run does not work for F# applications. It won't start the application at all. This is the output I get: PS D:\code\TodoService\src\app> dotnet watch run dotnet w...
github.com
November 21, 2024 at 6:48 PM
Reposted by MIDORIKAWA Tatsuya
My wife has agreed and I will be purchasing a Mazda Roadstar (a.k.a MX-5) in the near future!
November 17, 2024 at 10:58 AM
Reposted by MIDORIKAWA Tatsuya

Over on LinkedIn

Call for F# participation in Functional Conf 2025!

www.linkedin.com/feed/update/...

#fsharp
November 12, 2024 at 11:42 AM
Reposted by MIDORIKAWA Tatsuya
F#9 is full of amazing goodies!
Almost there, I think this is the first time that I wait and don't play with previews
learn.microsoft.com/en-us/dotnet...

#fsharp #dotnet
What's new in F# 9 - F# Guide - .NET
Find information on the new features available in F# 9.
learn.microsoft.com
November 8, 2024 at 9:27 PM
Reposted by MIDORIKAWA Tatsuya
Looks like @victor.hogemann.com went ahead some time ago and produced a cool NuGet package, if you want to interact from dotnet with the BlueSky API go check it out! github.com/vhogemann/bs...

#fsharp #dotnet #csharp
November 6, 2024 at 9:06 PM
I have created an issue regarding WebView2. This is very important because once this is resolved, WebView2 will be available from #fsharp script.

github.com/MicrosoftEdg...
March 11, 2024 at 10:30 PM
The day after tomorrow, my MacBook Air will arrive!!
March 11, 2024 at 10:23 PM
Funtom.winforms.lit v0.0.1 released!
This library is provided as an fsx file and is intended to make it easy to create GUI applications from #fsharp script.
I plan to add more and more features in the future, so please look forward to them!

github.com/tatsuya-mido...
March 10, 2024 at 3:44 AM
I’m going to travel to Beppu and Hakata 3 nights and 4 days starting tomorrow✈️
February 11, 2024 at 1:55 AM
printfn "Hello World!!"
February 8, 2024 at 1:04 PM