Giter VIP home page Giter VIP logo

Comments (6)

andrii-bodnar avatar andrii-bodnar commented on July 4, 2024 1

Sorry for the inconvenience, there is some issue with our CI/CD pipeline probably

from crowdin-api-client-dotnet.

innomaxx avatar innomaxx commented on July 4, 2024

The dotnet pack command generates empty NuGet Package. Trying to fix it.

from crowdin-api-client-dotnet.

innomaxx avatar innomaxx commented on July 4, 2024

Hi @PatrykPlewaOfficial,

We had already published a new version 2.13.1 which should work. Please test it on your side and give us feedback. Thank you!

from crowdin-api-client-dotnet.

PatrykPlewaOfficial avatar PatrykPlewaOfficial commented on July 4, 2024

Hi, thank you.
The package finally works 👍 .

However, I have discovered some very disturbing changes in the consequences of this PR #115, which made some methods and classes invisible now.

These are breaking changes however no major version was bumped.

For example, now it's impossible to send requests using methods like SendGetRequest or it's impossible to register any of the JSON converters like DescriptionEnumConverter.

I don't say it's terrible, since everyone can copy the code for the custom JSON converter however, it's quite an unpleasant change, that was sneaked in a form of a feature, but really is a breaking change.

from crowdin-api-client-dotnet.

andrii-bodnar avatar andrii-bodnar commented on July 4, 2024

@innomaxx, probably we should consider reverting back some of the changes from #115

from crowdin-api-client-dotnet.

innomaxx avatar innomaxx commented on July 4, 2024

@PatrykPlewaOfficial
Thanks for your remark. We would like explain why we had done this.

These components we hid from the public are fully internal and not designed for usage outside of the library. All the requests should be sent via *Executor classes and their methods (like SourceFilesApiExecutor/AddFile). Method SendGetRequest and similar (for POST/PUT/PATCH/DELETE requests) are designed to use only from executors.

The same approach applied to library's custom JSON converters and some other components that are also hidden now. If you need any of them for your code - we suggest just copy-paste the implementation. Also you would receive an ability to customize the implementation and not depend from the library one.

Therefore, because these components are fully internal, and no "true" public API affected, there is the reason why we bumped minor version rather than major. We apologize that we hadn't left any comments for these internal components before, that they are not part of "true" Public API and can be hidden or even removed in the future.

Also we are open for suggestions about improvements. If there are extra questions left - let's discuss. However maybe it's would be better open an another issue for it.

from crowdin-api-client-dotnet.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.