Skip to content

Conversation

@Dzmitry-visual-studio-2022
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the topic: submission Add library to the list label Mar 21, 2025
@github-actions
Copy link
Contributor

A problem was found with your submission https://github.com/Dzmitry-visual-studio-2022/Winduino

ERROR: Library is missing a library.properties metadata file.

See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @Dzmitry-visual-studio-2022
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@Dzmitry-visual-studio-2022
Copy link
Contributor Author

@ArduinoBot The library has library.properties inside Winduino folder, why github marks it that there is no library.properties file?

@github-actions
Copy link
Contributor

Hello! I'm checking your submission again.

@github-actions
Copy link
Contributor

A problem was found with your submission https://github.com/Dzmitry-visual-studio-2022/Winduino

ERROR: Library is missing a library.properties metadata file.

See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @Dzmitry-visual-studio-2022
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@Dzmitry-visual-studio-2022
Copy link
Contributor Author

@ArduinoBot it was there, contents are:
name=Winduino
version=1.0.2
author=Dmitrij
maintainer=[email protected]
sentence=Library for communication between Arduino and Windows Forms .NET 9 application.
paragraph=Easily communicate with Windows Forms applications via serial communication.
category=Communication
url=https://github.com/Dzmitry-visual-studio-2022/Winduino
architectures="*"

@github-actions
Copy link
Contributor

Hello! I'm checking your submission again.

@github-actions
Copy link
Contributor

A problem was found with your submission https://github.com/Dzmitry-visual-studio-2022/Winduino

ERROR: Library is missing a library.properties metadata file.

See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @Dzmitry-visual-studio-2022
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@Dzmitry-visual-studio-2022
Copy link
Contributor Author

@ArduinoBot path is Winduino/library.properties

@github-actions
Copy link
Contributor

Hello! I'm checking your submission again.

@github-actions
Copy link
Contributor

A problem was found with your submission https://github.com/Dzmitry-visual-studio-2022/Winduino

ERROR: Library is missing a library.properties metadata file.

See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-metadata

@github-actions
Copy link
Contributor

Thanks for your interest in contributing to the Arduino Library Manager index @Dzmitry-visual-studio-2022
Please resolve the error(s) mentioned in the previous comment.

After resolving the issue, trigger this check again by doing one of the following:

  • Commit the required change to the branch you submitted this pull request from.
  • Comment here, mentioning @ArduinoBot in the comment.

NOTE: It is not necessary to open a new pull request. ❗

More information:
https://github.com/arduino/library-registry/blob/main/README.md#if-the-problem-is-with-the-pull-request

@Dzmitry-visual-studio-2022
Copy link
Contributor Author

@ArduinoBot I uptaded it to v1.0.3 with structure documentaded by docs.arduino.cc

@github-actions
Copy link
Contributor

Hello! I'm checking your submission again.

@github-actions
Copy link
Contributor

Arduino Lint has suggestions for possible improvements to https://github.com/Dzmitry-visual-studio-2022/Winduino:

Linting library in Winduino
WARNING: Unable to load the library.properties url field: 404 Not Found                                        
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format
         (Rule LP042)                                                                                          
WARNING: Incorrect case of library.properties architectures field item(s): AVR. Architectures are case sensitive.
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#libraryproperties-file-format  
         (Rule LP046)                                                                                            
WARNING: No license file found.                                                                                                                 
         See:                                                                                                                                   
         https://docs.github.com/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository
         (Rule LD002)                                                                                                                           
WARNING: Sketch(es) found outside examples and extras folders:                                    
           Winduino/Winduino/examples/WinduinoBasic                                               
         See: https://arduino.github.io/arduino-cli/latest/library-specification/#library-examples
         (Rule LD003)                                                                             

Linter results for project: 0 ERRORS, 4 WARNINGS

-------------------

Linting sketch in Winduino/examples/WinduinoBasic

Linter results for project: no errors or warnings

-------------------

Linter results for projects: 0 ERRORS, 4 WARNINGS

@github-actions github-actions bot merged commit 2cf497b into arduino:main Mar 21, 2025
14 checks passed
@github-actions
Copy link
Contributor

Your submission has now been accepted! Thanks for your contribution to the Arduino Library Manager index.

The library(s) will be available for installation via Library Manager within a day's time.

You can check the logs from the Library Manager indexer for your library(s) here:
http://downloads.arduino.cc/libraries/logs/github.com/Dzmitry-visual-studio-2022/Winduino/

github-actions bot pushed a commit that referenced this pull request Mar 21, 2025
@arduino arduino locked as too heated and limited conversation to collaborators Mar 21, 2025
@arduino arduino unlocked this conversation Mar 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: submission Add library to the list

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant