Skip to content

open Suave.Json not working #831

Description

@BearCarpenter

I created the second example from: https://suave.io/docs/getting-started.html
and Suave.Json not working
Image
and I can't install this package - not found
The first example works

// dotnet build
Restore completed (0.6s)
DotnetApp net10.0 failed with 3 errors (1.1s)
Program.fs(3,12): error FS0039: The namespace "Json" is not defined.
Program.fs(9,3): error FS0039: The value, namespace, type or module "Json" is not defined.
Program.fs(9,25): error FS0039: The value or constructor "JSON" is not defined.
Build failed with 3 errors in 1.9s

// dotnet add package Suave.Json --project .\DotnetApp\DotnetApp.fsproj
info: X.509 certificate chain validation will use the default trust store selected by .NET for code signing.
info: X.509 certificate chain validation will use the default trust store selected by .NET for timestamping.
info: Adding PackageReference for package "Suave.Json" to project ".\DotnetApp\DotnetApp.fsproj".
//...
error: No versions of package "Suave.Json" are available.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions