-
Notifications
You must be signed in to change notification settings - Fork 187
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
Hard to get the samples to work. #615
Comments
A, found solutions outside the sample directory 🤡 |
Too bad: Metadata file 'C:\Users.....nuget\packages\microsoft.extensions.logging.abstractions\3.1.32\analyzers\dotnet\roslyn4.0\cs\Microsoft.Extensions.Logging.Generators.dll' could not be found. Why is this needed? |
What's your vs version? Best use the newest one (VS2022 17.x.x, but the solution I checked out was made with 16.0.32901.82). VS can restore the packages if you use nuget.org as the package source. Make the server the startup project and just build, it should work. |
With Rider JetBrains Rider 2024.1.4 I cannot compile the UA Sample Applications solution at all. With VS 2022 i get this errors for the UA Sample Applications solution Severity Code Description Project File Line Suppression State For UA Quickstart Applications I get this error for every project : Severity Code Description Project File Line Suppression State can be fixed by removing this from App.config This warning leads to an runtime error, and the server(s) cannot start. |
@NenadSteric Can you please try to clone the repository into a clean new folder. I can`t reproduce any of the errors unfortunately |
@NenadSteric and @jvanlangen, we bumped to the latest Nuget packages and tested the build of all apps. There were some issues but should be resolved now. Please use the latest VS 2022. Are you maybe using community version or additional add ons (JetBrains)? (Those are not regularly tested) |
Type of issue
Current Behavior
Cloning the repo, launch VS and load an example. Compiler errors....
Expected Behavior
Cloning the repo, launch VS and load an example. No compiler errors.
Steps To Reproduce
Clone the repo, open (for example) the UA Sample Server
Environment
Anything else?
Does it look, that this sample is dependend on other samples? Still trying to get it compiled..
The text was updated successfully, but these errors were encountered: