maettu-this
maettu-this
### Summary of the new feature / enhancement In the attached script a variable accidentally got forgotten to be assigned to, resulting in a value of `$null` being sent down...
### Feature description I have struggled with setting the plot to the very same font than the rest of the WinFormsApp, in order to follow "Use only one font" at...
Hi Luc, The behavior of `Parse("192.0.43.8")` of v2.2.0 is: - Network = 192.0.43.0 - Cidr =24 Apparently this is class-full. Now consider `Parse("192.0.43.0")`: - Network = 192.0.43.0 - Cidr =24...
Hi Luc, https://github.com/lduchosal/ipnetwork/blob/master/src/System.Net.IPNetwork/IPNetwork.cs `public bool Contains(IPAddress ipaddress)` each time recreates `CreateBroadcast(ref uintNetwork, this._netmask, this._family);`. All input are fields. Why not recreate the broadcast address only when any of the input...
Hi Luc, Being about integrating `IPNetwork` for the UDP part of my own piece of open source software [YAT](https://sourceforge.net/p/y-a-terminal), I stumbled accross a few typos in your source code. Here...
Based on our email conversation: > I see. It is because the syntaxer (the intellisense engine) uses the script as a source of the ref assemblies but not the Npp...
My application needs to be called like `"APP.exe" -s "%1"` where `-s` identifies the next argument being a script and `"%1"` being a placeholder for the current document. This is...
https://marketplace.visualstudio.com/items?itemName=OlegVSych.T4Toolbox last update is 2013. https://github.com/olegsych/T4Toolbox/releases last release is 2017. https://github.com/olegsych/T4Toolbox/pulls don't seem to have made it into master since 2019. https://github.com/olegsych/T4Toolbox/issues don't see much work either... Oleg, can we...
Use of `IPNetwork` in the API of an assembly marked `[assembly: CLSCompliant(true)]` shall not result in build warnings. https://learn.microsoft.com/en-us/dotnet/fundamentals/code-analysis/quality-rules/ca1014 Non-compliant members can be marked `[CLSCompliant(false)]`.
Hi Luc, https://github.com/lduchosal/ipnetwork/releases suggests the last release of this project was done in 2019. But NuGet reveals a different picture:  Neither is there a change log nor release notes...