namespace 'LinqBuilders' is not defined
See original GitHub issueHi! 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:
- Created 7 months ago
- Comments:8 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yup, just delete the
open Dapper.FSharp.LinqBuilders
line and you should be good to go! (The LinqBuilders were moved into the mainDapper.FSharp
namespace.)Welcome to the best community EVER, bro! 🎊 🎆 🥳
Sure, feel free to send any improvement! 👍