Research the warning of MQT version 4.3.1 not found #204
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K#204
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This can be easily resolved by referencing 4.3.1.873 instead, the question is if there is any reason not to.
If we change the existing version in the project to a newer we can run in to some issues, libraries/api's/clients/brokers that only support this current version can cause issues within the project. There are also features in different MQT versions that are not supported between versions. Usually the version number is built as: major version (4), minor version (3), patch (1), build number (187) so it might not have an impact on dependencies.
Should be fine for now since it can be built and run without any errors.
I still don't know why when using dotnet add package MQTTnet --version 4.3.1 it gives the .187 version (maybe it just does that) but if we ever encounter this warning problem again we might need to look into this further. For now we will implement this and see how it goes.
This seems to have been lost after the weekly merge. We need to reimplement this to get rid of the errors. The customer has also said that this is the best solution.
This issue was resolved in #413. Closing this issue.