Brad Murry

Results 4 comments of Brad Murry

I've started a project to break the 2d things apart. I started it using typescript to try and help me discover dependencies, but it could be easily migrated to pure...

AttributeRouting as well as the dependent packages(Core and Core.Web) Version 3.5.6 I take it this should be supported, and I likely have overlooked a configuration setting for this scenario? Thanks...

AttributeRouting (ASP.NET MVC) Sorry about that!

I wonder if implementing something like the schema/field as a decorator would be a good approach? ```py class Rectangle(BaseModel): width: bool length: int @property @field(title='Area') def area(self) -> int: return...