Cecil Phillip

Results 16 comments of Cecil Phillip

I ran into a similar issue. The issues turns up depending on what the target it. it works fine for console output. If you do something like set a file...

Pipelines ships out of the box with Core 2.1, but I "think" you can pull in the NuGet package in .NET Standard 2.0 supported projects. There's [this package](https://www.nuget.org/packages/System.IO.Pipelines), but I...

Looks like `Span` can be made available in 4.6.1 via [System.Memory](https://www.nuget.org/packages/System.Memory) which is a dependency of System.IO.Pipelines.

I might be nitpicking but I'm guessing you mean enumerable. I don't believe this driver exposes IQueryables

Whoa! Nice work with the LINQ to ReQL implementation ... Now that's something you should blog about

Something like Azure Containers Apps might be a good option for you. PaaS for container. Use whatever internal port and protocol you want

I'd still love to see this feature added 🥺

@simon04 doing a hard refresh does fix it for me

@ElanHasson did you ever end up doing this?

I ran into this same issue this week when trying to setup sentry in docker-compose