-
Notifications
You must be signed in to change notification settings - Fork 13
Description
Task Requirements: Write Console Sample Programs for the Drivelution and Extension Components of GeneralUpdate
Component Sources
GeneralUpdate.Drivelution: https://github.com/GeneralLibrary/GeneralUpdate/tree/master/src/c%23/GeneralUpdate.Drivelution
GeneralUpdate.Extension: https://github.com/GeneralLibrary/GeneralUpdate/tree/master/src/c%23/GeneralUpdate.Extension
Location for Sample WritingThe sample code must be written in the directory at https://github.com/GeneralLibrary/GeneralUpdate-Samples/tree/main/src.
Style/Idea ReferenceStrictly refer to the code style, project structure, comment specifications, calling logic, and other aspects of the completed Samples under the path https://github.com/GeneralLibrary/GeneralUpdate-Samples/tree/main/src.
Program Type and Function Coverage
Write independent Console App sample programs for the two components respectively;
The samples must fully cover the core functions of the corresponding components (need to reflect the main APIs, core scenarios, and key usage methods of the components);
The sample code must be directly compilable and runnable, including necessary comment explanations, input/output examples (if any), and dependency reference instructions.
Additional Requirements
The sample code must comply with C# coding standards, with a clear structure and no redundant code;
Ensure that the samples are compatible with the versions of the corresponding components, and the reference method is consistent with the existing Samples.