jump to:allmastodonblueskylemmylobstersdevstackwikirsshn
wwebbit
view: | | |

Knowledge / everything · hot matching “build”

4 shown · updated 56s ago · read only
  1. PlanCache overhead with plan-time partition pruning in PolarDB-PG (stackoverflow.com)stack

    20 points by Haiyang Li in stackoverflow.com · 17h ago · stack

    I am reporting a repeatable planning-time performance issue caused by the interaction between PlanCache and plan-time partition pruning for prepared statements on partitioned tables in PolarDB-PG. My server version is: PostgreSQL 16.14 (PolarDB 16.14.19.0 build 205ef93e) on x86_…
  2. Externally Loaded Dynamic Plugins for Backstage (stackoverflow.com)stack

    17 points by Mad Grey Duck in stackoverflow.com · 4mo ago · stack

    Backstage 1.48.0/ 1.49.0 introduced a dynamic plugin loader which takes already packaged plugins and loads them dynamically at the point of building your Backstage application. I can only see a way to load the packaged plugins from a local directory. Is there a way to load them…
  3. Visual Studio 2026 cshtml pages intellisense not working (stackoverflow.com)stack

    16 points by cavillac in stackoverflow.com · 6mo ago · stack

    My ASP.NET MVC app is building fine still, but since moving to VS 2026 the intellisense is broken. When I hover over the "red squiggles", I get an error CS0103 message: the name 'model' does not exist in the current context It's the same code that was working fine in VS2019: @mo…
  4. What exactly does builder.Services.AddControllers() do? (stackoverflow.com)stack

    13 points by g.pickardou in stackoverflow.com · 3y ago · stack

    When I create a new ASP.NET Core 6/7 WebApi project and check the option "Use Controllers...." in VS 2022, this line appears in Program.cs : builder.Services.AddControllers(); The scaffolded WeatherForecastController is working properly. However in case I comment this line // bu…