Skip to content

Commit

Permalink
Fixes code warrnings and info statements (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
timyhac authored Jan 25, 2025
1 parent 426641d commit 9930186
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/libplctag.NativeImport/libplctag.NativeImport.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<PackageProjectUrl>https://github.com/libplctag/libplctag.NET</PackageProjectUrl>
<PackageReadmeFile>README.md</PackageReadmeFile>
<PackageTags>plc modbus netstandard rockwell allen-bradley libplctag</PackageTags>
<NoWarn>$(NoWarn);8981;IDE1006</NoWarn>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 0 additions & 2 deletions src/libplctag.NativeImport/plctag.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

namespace libplctag.NativeImport
{
#pragma warning disable 1591 // Defer to core documentation for NativeMethods
/// <summary>
/// This class provides low-level (raw) access to the native libplctag library (which is written in C).
/// The purpose of this package is to expose the API for this native library, and handle platform and configuration issues.
Expand Down Expand Up @@ -291,5 +290,4 @@ public static int plc_tag_set_raw_bytes(Int32 tag_id, int start_offset, byte[] b


}
#pragma warning restore 1591
}

0 comments on commit 9930186

Please sign in to comment.