@MatthiasLeder@Strombock Beim eAcros 600 (ich glaub so Brutto 620 kWh) sinds ca. 4t zusätzlich. Es wird wohl eine sonderbewilligung von zusätzlich 2t geben, also 2t “verlust” ggü diesel. Btw der hat 500 km reichweite, beim semi werdens dann vielleicht 5t sein
@Obstbaumfresser@EgonOlsen_@ChPeter_AT@ALLYBABTU Ja, sind dann wohl auch eher so Zoes mit mini akkus, natürlich sehr alter akku-technologie und ohne bms.. ist wohl schwer zu vergleichen mit modernen akkus
@Obstbaumfresser@EgonOlsen_@ChPeter_AT@ALLYBABTU Ok, und wieviele Leute kennst du welche den E-Auto-Akku gewechselt haben bzw. entsorgt haben? Einzelfälle bringen hier nicht viel. Und ja 10 jährige E-Autos gibts noch nicht auf dem Gebrauchtwagenmarkt..
@ALLYBABTU@Obstbaumfresser@ChPeter_AT Kenne mich nicht aus wie lange so ein ding einsetzbar ist. Man kann aber nicht sagen das es bei 15 Jahren ein nullsummenspiel ist. Man müsste auch noch die opportunitätskosten der zusätzlichen investition einrechnen.
@Obstbaumfresser@ChPeter_AT Ich hoffe die erzeugen den Strom nicht mit Diesel-Generatoren 😏 von daher denke ich nicht, dass es schon eingerechnet ist - wäre ja dann sehr intransparent: Wie rechnet man das ein? In kWh-Äquivalente oder Kosten, etc.?
@captainsafia@mussabur I’m curious to see automatic xml docs retrieval.. .NET does not provide xml docs reading/parsing, right? For NSwag/NJS I had to invest a lot of time for this because eg ASP libs and NuGets do not output xml docs to output directory (eg ProblemDetails lacks the xml docs)
@vyrotek@captainsafia The problem is that there are a lot of things which are only available at runtime (must be executed), eg schema, operation and document transformations, serializer customization which must be reflected in schema, custom api conventions, callback of WithOpenApi(), etc.
@captainsafia@rwkarg You dont need to run a service when generating clients from an openapi.json.. you just need to run it to generate the openapi.json or run the full thing from web api to clients.. are you talking about openapi.json generation without starting the web api?
@sandertenbrinke Thx, but yeah the state of OpenAPI in .NET is somehow a mess: Swashbuckle doesn’t seem to be maintained anymore but is in the asp default templates, microsoft also builds some openapi library which is not complete and nswag needs quite some work (eg newtonsoft removal)
@sandertenbrinke@davidfowl In nswag you can also define the description with xml docs (per response) but I agree it should also be in this asp attribute..