Alan Hale III
Alan Hale III
So... is there no way to set the route on `cf push` using cf cli v7 then? This is not very useful for blue/green deployment scenarios.
Given objects: ```csharp public class Root { public MyObjectA ObjA { get; set; } = new MyObjectA(); public MyObjectB ObjB { get; set; } = new MyObjectB(); } public class...
Would also like the ability to configure this behavior to leave empty constructor braces on the same line. VS version: 2022 Community
I have that option checked in my settings. For this instance, regardless of whether it was checked or unchecked, the empty constructor braces got moved to the next line.
Yes, thank you @TimothyMakkison, that worked. Disabling both of these left the empty constructor braces on the same line.
I am also experiencing this after using [EF Core to scaffold](https://learn.microsoft.com/en-us/ef/core/managing-schemas/scaffolding/?tabs=dotnet-core-cli) my database context. It generates: ```csharp partial void OnModelCreatingPartial(ModelBuilder modelBuilder); ``` In my case, I think I can comment...
I would also appreciate this feature. I think there may be the need for more fine grain than one tenth of a second, though.