Questions tagged [linqpad6]

3 questions
1
vote
1 answer

Types defined in LinqPad cannot be deserialized by Newtonsoft Json serializer

I have a class that I use as a message type in Rebus to publish/subscribe to, but I hit a snag when I was trying out a proof-of-concept in LinqPad. Any messages that my app receives fails with a deserialization exception. I have been able to narrow…
Arca Artem
  • 1,063
  • 1
  • 10
  • 20
0
votes
1 answer

How to map Oracle NUMBER(1) to an integer instead of boolean in LinqPad 6 with Entity Framework Core?

I'm using LinqPad 6 and Entity Framework Core connection. But LinqPad mapped my NUMBER(1) column from Oracle to a Boolean, how can I force it back to an Integer?
Ray Cheng
  • 12,230
  • 14
  • 74
  • 137
0
votes
0 answers

How to define Environments and Constants in LinqPad6?

I use LinqPad to query data from microservices. My problem is that i've got 3 environments (test, integration, production). Every environment has it's own configuration (URLs, Users etc.). Is it possible to create some kind of environment-constants…
kara
  • 3,205
  • 4
  • 20
  • 34