Closed Marusyk closed 2 years ago
Where is the issue mentioned?
Hi @jatingandhimaersk what do you mean?
So what exactly are you asking for here?
Integrate EditorConfig-Action into workflows
Add a new editorconfig action that will run on every PR
ok I see. another question. how do I build this project so I can make changes? I tried to build and ran into a lot of errors
What kind of errors? Do you mean builds.yml?
This is what I mean by errors.
emmm... this is not a build error.
please take a closer look at the error message. it says that you cannot run (F5) the project because it is a class library (nuget package)
did you try to google this error?
I did try to google it and couldn't find a way to resolve it. And I came to the conclusion that I need to run this from another program. However, I do not know how to import this into another project. I admit maybe build error was the wrong description. My main problem is I don't know how to get the project running so I can make changes and test them. What would your process be for getting this project up and running.
It seems you don't familiar with .NET ecosystem very well. I would recommend you to learn more about .NET, gain practical experience, and then come back to this task. Good luck
I was able to get it running by running the test files. But thanks for the help anyway
Hey @DASchechtman, the issue is that you need to set the startup project first. That is why you were not able to run it. Check out the second solution mentioned here: https://stackoverflow.com/questions/3363106/a-project-with-an-output-type-of-class-library-cannot-be-started-directly
@Marusyk May I take a stab at this this issue?
hi @FarzamMohammadi sure, go-ahead
Okay here it is: https://github.com/Marusyk/grok.net/pull/57 any feedback/suggestions?
great, could you show us screen with result?
Extend workflow with: https://github.com/zbeekman/EditorConfig-Action