#fsharp6 search results

F# 6 introduces a new %B pattern to format binary numbers. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces a new %B pattern to format binary numbers.

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces overloads of custom operations in computation expressions. /1 #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces overloads of custom operations in computation expressions.

/1
#dotnet6 #fsharp6 #devcommunity

In F# 6, you can constrain a partial active pattern to return a value option. It reduces allocations. The attribute is required. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. In F# 6, you can constrain a partial active pattern to return a value option.

It reduces allocations. The attribute is required.

#dotnet6 #fsharp6 #devcommunity

In F# 6, the right-hand side of an as pattern can now itself be a pattern. It's important when a type test has given a stronger type to an input. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. In F# 6, the right-hand side of an as pattern can now itself be a pattern.

It's important when a type test has given a stronger type to an input.

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces Keys and Values properties in the Map type. Both properties return a sequence of keys or values accordingly. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces Keys and Values properties in the Map type.

Both properties return a sequence of keys or values accordingly. 

#dotnet6 #fsharp6 #devcommunity

Task support was available in F# 5 with TaskBuilder.fs library. F# 6 has built-in support for .NET tasks now. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. Task support was available in F# 5 with TaskBuilder.fs library.

F# 6 has built-in support for .NET tasks now.

#dotnet6 #fsharp6 #devcommunity

AltCover (code coverage for #Dotnet built in #fsharp) v8.2.831 * Fix issue 133 (runtime assembly building) * Tracking (call context) support for #fsharp6 task{} and other Task<T> returns * Warn if inputs are already instrumented * more See release notes nuget.org/packages/altco…


What is new in F#? Today's One Dev Question and @KathleenDollard tell us all about the new features found in #FSharp6. 📺 msft.it/6013knkPT

dotnet's tweet image. What is new in F#?

Today&apos;s One Dev Question and @KathleenDollard tell us all about the new features found in #FSharp6.

📺 msft.it/6013knkPT

ICYMI, we announced that #FSharp6 is now shipping with #dotNET6 and #VS2022. @KathleenDollard takes us through what's new, and gives you all the resources you need to take advantage of it. Check it out: msft.it/6016X733K

dotnet's tweet image. ICYMI, we announced that #FSharp6 is now shipping with #dotNET6 and #VS2022.

@KathleenDollard takes us through what&apos;s new, and gives you all the resources you need to take advantage of it. Check it out: msft.it/6016X733K

F# 6 introduces the simpler indexing syntax. Now you don't need to use the dot for indexing. It's not a breaking change. You can use the old syntax. No warning is emitted by default, but you can enable it by /warnon:3566. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces the simpler indexing syntax.

Now you don&apos;t need to use the dot for indexing.

It&apos;s not a breaking change. You can use the old syntax. 

No warning is emitted by default, but you can enable it by /warnon:3566.

#dotnet6 #fsharp6 #devcommunity

Last night the @fsharporg announced #fsharp6 So what better time for the #fsharp community to come together TODAY at #fsharpX2021 We've got a great day of talks lined up and there's still time to join us: Take 25% using the code FSHARP-21-LIVE DoDon D bit.ly/3DUu1so

skillsmatter's tweet image. Last night the @fsharporg announced #fsharp6 

So what better time for the #fsharp community to come together TODAY at #fsharpX2021

We&apos;ve got a great day of talks lined up and there&apos;s still time to join us:

Take 25% using the code FSHARP-21-LIVE
DoDon D
bit.ly/3DUu1so

On 17 November, our good friends at F# Londoners meetup are hosting an in-person(!) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 bit.ly/3BBcLa8

skillsmatter's tweet image. On 17 November, our good friends at F# Londoners meetup are hosting an in-person(!) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

bit.ly/3BBcLa8

9 days to go before our good friends at F# Londoners meetup hosting an in-person (🎉) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 Register here: bit.ly/3wrzZOO

skillsmatter's tweet image. 9 days to go before our good friends at F# Londoners meetup hosting an in-person (🎉) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

Register here: bit.ly/3wrzZOO

Hello London, our good friends at F# Londoners meetup are hosting an in-person (🎉) meetup TONIGHT with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 Don't miss it, register now: bit.ly/3bT31xq

skillsmatter's tweet image. Hello London, our good friends at F# Londoners meetup are hosting an in-person (🎉) meetup TONIGHT with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

Don&apos;t miss it, register now: bit.ly/3bT31xq

What's new in F# 6? Read it in today;s article: partech.nl/nl/publicaties… #blog #Fsharp6


What's new in F# 6? Read it in today;s article: partech.nl/nl/publicaties… #blog #Fsharp6


In F# 6, the right-hand side of an as pattern can now itself be a pattern. It's important when a type test has given a stronger type to an input. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. In F# 6, the right-hand side of an as pattern can now itself be a pattern.

It&apos;s important when a type test has given a stronger type to an input.

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces overloads of custom operations in computation expressions. /1 #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces overloads of custom operations in computation expressions.

/1
#dotnet6 #fsharp6 #devcommunity

In F# 6, you can constrain a partial active pattern to return a value option. It reduces allocations. The attribute is required. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. In F# 6, you can constrain a partial active pattern to return a value option.

It reduces allocations. The attribute is required.

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces Keys and Values properties in the Map type. Both properties return a sequence of keys or values accordingly. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces Keys and Values properties in the Map type.

Both properties return a sequence of keys or values accordingly. 

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces a new %B pattern to format binary numbers. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces a new %B pattern to format binary numbers.

#dotnet6 #fsharp6 #devcommunity

Task support was available in F# 5 with TaskBuilder.fs library. F# 6 has built-in support for .NET tasks now. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. Task support was available in F# 5 with TaskBuilder.fs library.

F# 6 has built-in support for .NET tasks now.

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces the simpler indexing syntax. Now you don't need to use the dot for indexing. It's not a breaking change. You can use the old syntax. No warning is emitted by default, but you can enable it by /warnon:3566. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces the simpler indexing syntax.

Now you don&apos;t need to use the dot for indexing.

It&apos;s not a breaking change. You can use the old syntax. 

No warning is emitted by default, but you can enable it by /warnon:3566.

#dotnet6 #fsharp6 #devcommunity

AltCover (code coverage for #Dotnet built in #fsharp) v8.2.831 * Fix issue 133 (runtime assembly building) * Tracking (call context) support for #fsharp6 task{} and other Task<T> returns * Warn if inputs are already instrumented * more See release notes nuget.org/packages/altco…


What is new in F#? Today's One Dev Question and @KathleenDollard tell us all about the new features found in #FSharp6. 📺 msft.it/6013knkPT

dotnet's tweet image. What is new in F#?

Today&apos;s One Dev Question and @KathleenDollard tell us all about the new features found in #FSharp6.

📺 msft.it/6013knkPT

Hello London, our good friends at F# Londoners meetup are hosting an in-person (🎉) meetup TONIGHT with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 Don't miss it, register now: bit.ly/3bT31xq

skillsmatter's tweet image. Hello London, our good friends at F# Londoners meetup are hosting an in-person (🎉) meetup TONIGHT with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

Don&apos;t miss it, register now: bit.ly/3bT31xq

9 days to go before our good friends at F# Londoners meetup hosting an in-person (🎉) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 Register here: bit.ly/3wrzZOO

skillsmatter's tweet image. 9 days to go before our good friends at F# Londoners meetup hosting an in-person (🎉) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

Register here: bit.ly/3wrzZOO

On 17 November, our good friends at F# Londoners meetup are hosting an in-person(!) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 bit.ly/3BBcLa8

skillsmatter's tweet image. On 17 November, our good friends at F# Londoners meetup are hosting an in-person(!) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

bit.ly/3BBcLa8

ICYMI, we announced that #FSharp6 is now shipping with #dotNET6 and #VS2022. @KathleenDollard takes us through what's new, and gives you all the resources you need to take advantage of it. Check it out: msft.it/6016X733K

dotnet's tweet image. ICYMI, we announced that #FSharp6 is now shipping with #dotNET6 and #VS2022.

@KathleenDollard takes us through what&apos;s new, and gives you all the resources you need to take advantage of it. Check it out: msft.it/6016X733K

Last night the @fsharporg announced #fsharp6 So what better time for the #fsharp community to come together TODAY at #fsharpX2021 We've got a great day of talks lined up and there's still time to join us: Take 25% using the code FSHARP-21-LIVE DoDon D bit.ly/3DUu1so

skillsmatter's tweet image. Last night the @fsharporg announced #fsharp6 

So what better time for the #fsharp community to come together TODAY at #fsharpX2021

We&apos;ve got a great day of talks lined up and there&apos;s still time to join us:

Take 25% using the code FSHARP-21-LIVE
DoDon D
bit.ly/3DUu1so

No results for "#fsharp6"

F# 6 introduces overloads of custom operations in computation expressions. /1 #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces overloads of custom operations in computation expressions.

/1
#dotnet6 #fsharp6 #devcommunity

F# 6 introduces a new %B pattern to format binary numbers. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces a new %B pattern to format binary numbers.

#dotnet6 #fsharp6 #devcommunity

In F# 6, you can constrain a partial active pattern to return a value option. It reduces allocations. The attribute is required. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. In F# 6, you can constrain a partial active pattern to return a value option.

It reduces allocations. The attribute is required.

#dotnet6 #fsharp6 #devcommunity

In F# 6, the right-hand side of an as pattern can now itself be a pattern. It's important when a type test has given a stronger type to an input. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. In F# 6, the right-hand side of an as pattern can now itself be a pattern.

It&apos;s important when a type test has given a stronger type to an input.

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces Keys and Values properties in the Map type. Both properties return a sequence of keys or values accordingly. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces Keys and Values properties in the Map type.

Both properties return a sequence of keys or values accordingly. 

#dotnet6 #fsharp6 #devcommunity

ICYMI, we announced that #FSharp6 is now shipping with #dotNET6 and #VS2022. @KathleenDollard takes us through what's new, and gives you all the resources you need to take advantage of it. Check it out: msft.it/6016X733K

dotnet's tweet image. ICYMI, we announced that #FSharp6 is now shipping with #dotNET6 and #VS2022.

@KathleenDollard takes us through what&apos;s new, and gives you all the resources you need to take advantage of it. Check it out: msft.it/6016X733K

What is new in F#? Today's One Dev Question and @KathleenDollard tell us all about the new features found in #FSharp6. 📺 msft.it/6013knkPT

dotnet's tweet image. What is new in F#?

Today&apos;s One Dev Question and @KathleenDollard tell us all about the new features found in #FSharp6.

📺 msft.it/6013knkPT

Task support was available in F# 5 with TaskBuilder.fs library. F# 6 has built-in support for .NET tasks now. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. Task support was available in F# 5 with TaskBuilder.fs library.

F# 6 has built-in support for .NET tasks now.

#dotnet6 #fsharp6 #devcommunity

F# 6 introduces the simpler indexing syntax. Now you don't need to use the dot for indexing. It's not a breaking change. You can use the old syntax. No warning is emitted by default, but you can enable it by /warnon:3566. #dotnet6 #fsharp6 #devcommunity

okyrylchuk's tweet image. F# 6 introduces the simpler indexing syntax.

Now you don&apos;t need to use the dot for indexing.

It&apos;s not a breaking change. You can use the old syntax. 

No warning is emitted by default, but you can enable it by /warnon:3566.

#dotnet6 #fsharp6 #devcommunity

On 17 November, our good friends at F# Londoners meetup are hosting an in-person(!) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 bit.ly/3BBcLa8

skillsmatter's tweet image. On 17 November, our good friends at F# Londoners meetup are hosting an in-person(!) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

bit.ly/3BBcLa8

Last night the @fsharporg announced #fsharp6 So what better time for the #fsharp community to come together TODAY at #fsharpX2021 We've got a great day of talks lined up and there's still time to join us: Take 25% using the code FSHARP-21-LIVE DoDon D bit.ly/3DUu1so

skillsmatter's tweet image. Last night the @fsharporg announced #fsharp6 

So what better time for the #fsharp community to come together TODAY at #fsharpX2021

We&apos;ve got a great day of talks lined up and there&apos;s still time to join us:

Take 25% using the code FSHARP-21-LIVE
DoDon D
bit.ly/3DUu1so

9 days to go before our good friends at F# Londoners meetup hosting an in-person (🎉) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 Register here: bit.ly/3wrzZOO

skillsmatter's tweet image. 9 days to go before our good friends at F# Londoners meetup hosting an in-person (🎉) meetup with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

Register here: bit.ly/3wrzZOO

Hello London, our good friends at F# Londoners meetup are hosting an in-person (🎉) meetup TONIGHT with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices. Don will be discussing what's new in #fsharp5 and #fsharp6 Don't miss it, register now: bit.ly/3bT31xq

skillsmatter's tweet image. Hello London, our good friends at F# Londoners meetup are hosting an in-person (🎉) meetup TONIGHT with #fsharp creator, @dsymetweets at the @GRESEARCHjobs offices.

Don will be discussing what&apos;s new in #fsharp5 and #fsharp6

Don&apos;t miss it, register now: bit.ly/3bT31xq

Loading...

Something went wrong.


Something went wrong.


United States Trends