Coder Social home page Coder Social logo

Comments (5)

dj-nitehawk avatar dj-nitehawk commented on May 28, 2024

i can't seem to reproduce this on my environment.
can you let me know the details of your environment like OS/IDE/.net framework version/etc.
if you look at the source code here you can see that one method is static and the other method is instance.
when you do DB.Queryable() it is specifically calling the static method.
something must be off in your environment.

from mongodb.entities.

dj-nitehawk avatar dj-nitehawk commented on May 28, 2024

does the problem go away if you do this: DB.Queryable<Author>(null)

from mongodb.entities.

renato04 avatar renato04 commented on May 28, 2024

I'm using Windows 10, .net core 2.1, VS2017.

Yes, but I have to put two null values as parameters.

DB.Queryable<Author>(null, null)

It worked but it feels strange for me.

from mongodb.entities.

dj-nitehawk avatar dj-nitehawk commented on May 28, 2024

looks like this is a problem with vs2017 and the old .net core SDKs.
so i guess you'll have to either upgrade to vs2019 or use the following form:

var db = new DB("dbname");
var res = db.Queryable<Author>()

the static DB.* methods will not be available to you unfortunately.

from mongodb.entities.

renato04 avatar renato04 commented on May 28, 2024

I can't update to .net core 3.1 or VS because my company doesn't have the licenses.

Thank you!

from mongodb.entities.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.