question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

namespace 'LinqBuilders' is not defined

See original GitHub issue

Hi! I got this message error FS0039: The namespace ‘LinqBuilders’ is not defined

Program.fs: open Dapper.FSharp.LinqBuilders

paket.lock

STORAGE: NONE
RESTRICTION: == net7.0
NUGET
  remote: https://api.nuget.org/v3/index.json
    Dapper (2.0.123)
    Dapper.FSharp (4.3)
      Dapper (>= 2.0.123)
      FSharp.Core (>= 6.0.7)
    FSharp.Core (7.0)
    Microsoft.Extensions.Logging.Abstractions (7.0)
    Microsoft.NETCore.Platforms (7.0)
    Microsoft.NETCore.Targets (5.0)
    Npgsql (7.0.1)
      Microsoft.Extensions.Logging.Abstractions (>= 6.0)
    SqlHydra.Query (1.1.1)
      FSharp.Core (>= 5.0.2)
      SqlKata (>= 2.4)

Issue Analytics

  • State:closed
  • Created 7 months ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
JordanMarrcommented, Feb 6, 2023

Yup, just delete the open Dapper.FSharp.LinqBuilders line and you should be good to go! (The LinqBuilders were moved into the main Dapper.FSharp namespace.)

0reactions
Dzoukrcommented, Feb 6, 2023

Welcome to the best community EVER, bro! 🎊 🎆 🥳

Sure, feel free to send any improvement! 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

c# - "Namespace 'x' is not defined" despite calling ...
The problem is that GetNamespacesInScope only returns the namespaces in the scope of the navigator's current node (as I guess the method ...
Read more >
ReferenceError: NAMESPACE is not defined · Issue #42704
Bug Report I have declared a global namespace in a typings.d.ts file like this: declare namespace NAMESPACE { export enum Colours { GREEN ......
Read more >
Internal namespace modules giving not defined errors. #246
Everything compiles and bundles fine, but at runtime I get an error that A is not defined. Looking at the bundled output, I...
Read more >
XML Namespace prefix not defined (for ebook opf file)
I've written a novel and put it in html and css to upload to Amazon as an ebook. The xml file that tells...
Read more >
Namespace not defined in the SWCV error
I am new to PI. I am executing one IDOC to IDOC scenario for MATMAS05. I have done all the source side, integartion...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found