Pavlo Niezhentsev
Pavlo Niezhentsev
Another problem with VS2017 that it doesn't support `end_of_line = lf` correctly - it always creates files with CRLF endlines 😕
Та же проблема. JAR тоже не работает, выдаёт такой стэктрейс: ``` PS D:\downloads> java -jar .\Kinopoisk2IMDB-1.2.9.jar Exception in Application start method Exception in thread "JavaFX Application Thread" java.lang.NoClassDefFoundError: com/sun/javafx/scene/control/skin/BehaviorSkinBase at...
Проблема воспроизводится на Java 9. После установки Java 8 и удаления 9-й версии - всё заработало.
The issue seems to be with older NuGet tools which are most probably upgraded in NuGet.org. The similar https://github.com/dotnet/aspnet-api-versioning/issues/637 issue also mentioned NuGet Package Explorer didn't work at the time,...
Hi @piranna. I doesn't support this tool anymore, because I stopped using it a year or two ago. It was created for the same needs as yours, so the tool...
@ffMathy the workaround works for me in latest Swashbuckle version 6.1.4. Make sure you register `AdditionalParametersDocumentFilter` after all other filters, so it can update all schemas properly 😉