Skip to content
#

F#

fsharp logo

F# (pronounced "F sharp") is a cross-platform, open source, functional programming language for .NET. It also includes object-oriented and imperative programming.

Here are 1,837 public repositories matching this topic...

fsharp
vzarytovskii
vzarytovskii commented Aug 27, 2021

Consider the following F# code

open System

[<Obsolete("Foo", true)>]
type Foo() =
    member _.Bar() = ()

let foo = Foo()
foo.Bar()

It compiles just fine, regardless the ObsoleteAttribute on the type. It won't produce a diagnostic even if we call to foo.Bar() [[SharpLab](https://sharplab.io/#v2:DYLgZgzgNALiBOBXAdgHwPYAcCmyAEAygJ4QzYC2AsAFA0DaAPAPIBGE6w2ZAFAEQBi6d

Bug good first issue Impact-Low Area-Compiler-Checking
thielj
thielj commented Sep 9, 2021

Describe the bug

Some content served with "content-encoding: gzip" fails to get decompressed. The same URL works when retrieved as $var = Invoke-RestMethod <url> in PowerShell or in the browser.

Still trying to figure out if this might be a server issue

Please complete the following:

Version: 1.0.245702+40c8c12f24bf25871df042025338d97181e1507a
Build date: 2021-09-09T15:5

bug good first issue help wanted
Tarmil
Tarmil commented Aug 28, 2021

This was already proposed in #93, but given how much the landscape has changed since 2013, I thought it better to create a new issue.

The specific reason why I'm proposing it right now is to be able to use FSharp.Data in WebAssembly with Bolero; see this issue. But more generally I think it would be good to update to the modern and recommended li

WhiteBlackGoose
WhiteBlackGoose commented Dec 3, 2021

The package I want to suggest the idea to: AngouriMath.Interactive

The current logo includes Jupyter logo which is incorrect (since you can use that pkg in VSC Notebooks or in console etc.).

[Here](https://drive.google.com/file/d/1Y8TwuEjL0-YO2DCE6c_qs8TrhGJES_tL/view?usp=sharing

Minor bug Proposal Area: Interactive up-for-grabs

Created by Don Syme

Released May 2005

Organization
fsharp
Website
dotnet.microsoft.com/languages/fsharp
Wikipedia
Wikipedia

Related Topics

dotnet language