Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
Loading