OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.94k stars 943 forks source link

Fixed typos in file names. #2519

Closed mtx500 closed 7 months ago

mtx500 commented 7 months ago

Proposed changes

Fixed typos in file names: renamed some files and amended corresponding project file

Related Issues

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply. You can also fill these out after creating the PR.

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.

Further comments

codecov[bot] commented 7 months ago

Codecov Report

Attention: 29 lines in your changes are missing coverage. Please review.

Comparison is base (deb3391) 52.98% compared to head (0d138b0) 53.92%. Report is 12 commits behind head on master.

Files Patch % Lines
Libraries/Opc.Ua.Client/Session.cs 69.23% 4 Missing and 4 partials :warning:
...pc.Ua.Gds.Server.Common/ApplicationsNodeManager.cs 57.14% 4 Missing and 2 partials :warning:
....Ua.Server/Aggregates/StdDevAggregateCalculator.cs 0.00% 5 Missing :warning:
...urity.Certificates/X509Certificate/X509PfxUtils.cs 0.00% 2 Missing :warning:
Stack/Opc.Ua.Core/Stack/State/BaseVariableState.cs 80.00% 0 Missing and 2 partials :warning:
Stack/Opc.Ua.Core/Stack/Tcp/TcpMessageSocket.cs 87.50% 0 Missing and 2 partials :warning:
Libraries/Opc.Ua.Client/Subscription.cs 66.66% 1 Missing :warning:
...k/Opc.Ua.Core/Stack/State/BaseVariableTypeState.cs 80.00% 0 Missing and 1 partial :warning:
...k/Opc.Ua.Core/Stack/Tcp/UaSCBinaryClientChannel.cs 66.66% 1 Missing :warning:
...ack/Opc.Ua.Core/Stack/Types/SoftwareCertificate.cs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2519 +/- ## ========================================== + Coverage 52.98% 53.92% +0.93% ========================================== Files 319 334 +15 Lines 62985 64410 +1425 Branches 12927 13220 +293 ========================================== + Hits 33375 34732 +1357 - Misses 25920 25936 +16 - Partials 3690 3742 +52 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.