Bruno Logerfo
Bruno Logerfo
This is happening to me when packing Npgsql.
```sh ls -p | grep -v / | while read x; do rmate $x; done ```
Implementing NRT to the whole code base would be a massive work, but enabling it only for the API surface would be much easier and yet very helpful for customers...
```c# #nullable annotations ``` @drewnoakes where is this documented? VS syntax highlight it, but the compiler is bothered: > CS8637 Expected 'enable', 'disable', or 'restore' Edit: Oh, nevermind, got it....
Now that #2702 and #2756 are merged, I encourage everyone interested to send PRs covering small parts of the API for NRT in SWF.
PostgreSQL Service
I'll check for everything you asked on Monday. In the meanwhile, can you point me to the SQL that's returning this `attname` column, so I can test it in my...
So I tested everything and there was in fact some tables with zero columns. So yes, it's possible. I guess that probably this should be predicted in the extension code,...
@sandorfr Just tried your plugins, but: > `Error:[BuildCore.Build Document.CompilePhaseHandlerWithIncremental.ConceptualDocumentProcessor.Build.BuildConceptualDocument]()Markup failed: System cannot find the file specified` (translated)
I'll file a pull request with this after the percent notification is merged