Austin Drenski
Austin Drenski
It turns out that ([as advertised](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/422#issuecomment-391427132)) this is a bit of a pain for anything other than constant expressions. Setting aside wildcard escaping (`%`, `_`), just appending a wildcard is...
This has been around for a while. I'm going to take a run at for `2.2.0`.
Possibly relevant: https://github.com/aspnet/EntityFrameworkCore/issues/12795#issuecomment-414330525
> I'm on the fence about supporting GITHUB_REPOSITORY out of the box because I think it might lead to surprising users in some cases. For example, let's say that someone's...
> We _could_ consider adding a concept of a fallback if none of the repository lookup mechanisms yield any result, but I'm wondering whether that would be too magic. I...
@Epgor FYI a few of us have also run into this issue, and we're discussing workarounds over in actions/runner-images#11172.