Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WriteFile example seems to be missing a class reference #18

Open
martinboers opened this issue May 22, 2023 · 0 comments
Open

WriteFile example seems to be missing a class reference #18

martinboers opened this issue May 22, 2023 · 0 comments
Labels
feature-request New feature or request

Comments

@martinboers
Copy link
Member

martinboers commented May 22, 2023

Reported in the PLCnext Community, here:

https://www.plcnext-community.net/forum/#/discussion/3308/file-handling-c

The C# code in the following file (part of the File Handling example) references a Utils class, which is not part of the example.

https://github.com/PLCnext/CSharpExamples/blob/master/PLCnext_CSharpExamples/08_FileHandling/WriteFile.cs

This appears to be referring to the Utils class defined here:

https://github.com/PLCnext/CSharpExamples/blob/master/PLCnext_CSharpExamples/Utils.cs

Please update the File Handling example(s) to make it clear how to include the Utils class in this example.

Thanks!

@martinboers martinboers added the feature-request New feature or request label May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant