Projects STRLCPY NETworkManager Commits f0283600
🤬
  • Microsoft libs added to the about page, use LiveCharts.WPF instead of netcore3

  • Loading...
  • BornToBeRoot committed 3 years ago
    f0283600
    1 parent bca495a5
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■
    Source/NETworkManager/NETworkManager.csproj
    skipped 35 lines
    36 36   <PackageReference Include="Dragablz" Version="0.0.3.223" />
    37 37   <PackageReference Include="IPNetwork2" Version="2.5.290" />
    38 38   <PackageReference Include="Lextm.SharpSnmpLib" Version="12.3.0" />
    39  - <PackageReference Include="LiveCharts.Wpf.NetCore3" Version="0.9.7" />
     39 + <PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
    40 40   <PackageReference Include="LoadingIndicators.WPF" Version="0.0.1" />
    41 41   <PackageReference Include="MahApps.Metro" Version="2.4.4" />
    42 42   <PackageReference Include="MahApps.Metro.IconPacks" Version="4.8.0" />
    skipped 58 lines
  • ■ ■ ■ ■
    Source/NETworkManager.Converters/NETworkManager.Converters.csproj
    skipped 26 lines
    27 27   </ItemGroup>
    28 28  
    29 29   <ItemGroup>
    30  - <PackageReference Include="LiveCharts.Wpf.NetCore3" Version="0.9.7" />
     30 + <PackageReference Include="LiveCharts.Wpf" Version="0.9.7" />
    31 31   <PackageReference Include="MahApps.Metro" Version="2.4.4" />
    32 32   </ItemGroup>
    33 33  
    skipped 1 lines
  • ■ ■ ■ ■ ■ ■
    Source/NETworkManager.Documentation/LibraryManager.cs
    skipped 37 lines
    38 38   new LibraryInfo("AirspaceFixer" ,"https://github.com/chris84948/AirspaceFixer", Localization.Resources.Strings.Library_AirspaceFixer_Description, Localization.Resources.Strings.License_MITLicense, "https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"),
    39 39   new LibraryInfo("Newtonsoft.Json", "https://github.com/JamesNK/Newtonsoft.Json", Localization.Resources.Strings.Library_NewtonsoftJson_Description, Localization.Resources.Strings.License_MITLicense,"https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md"),
    40 40   new LibraryInfo("LiveCharts", "https://github.com/Live-Charts/Live-Charts", Localization.Resources.Strings.Library_LiveCharts_Description, Localization.Resources.Strings.License_MITLicense,"https://github.com/Live-Charts/Live-Charts/blob/master/LICENSE.TXT"),
    41  - new LibraryInfo("LiveCharts.Wpf", "https://github.com/Live-Charts/Live-Charts", Localization.Resources.Strings.Library_LiveChartsWPF_Description, Localization.Resources.Strings.License_MITLicense,"https://github.com/Live-Charts/Live-Charts/blob/master/LICENSE.TXT"),
    42 41   new LibraryInfo("LoadingIndicators.WPF", "https://github.com/zeluisping/LoadingIndicators.WPF", Localization.Resources.Strings.Library_LoadingIndicatorsWPF_Description, Localization.Resources.Strings.License_Unlicense, "https://github.com/zeluisping/LoadingIndicators.WPF/blob/master/LICENSE"),
    43 42   new LibraryInfo("DnsClient.NET", "https://github.com/MichaCo/DnsClient.NET",Localization.Resources.Strings.Library_DnsClientNET_Description, Localization.Resources.Strings.License_ApacheLicense2dot0, "https://github.com/MichaCo/DnsClient.NET/blob/dev/LICENSE"),
    44  - new LibraryInfo("PSDiscoveryProtocol", "https://github.com/lahell/PSDiscoveryProtocol",Localization.Resources.Strings.Library_PSDicoveryProtocol_Description, Localization.Resources.Strings.License_MITLicense, "https://github.com/lahell/PSDiscoveryProtocol/blob/master/LICENSE")
     43 + new LibraryInfo("PSDiscoveryProtocol", "https://github.com/lahell/PSDiscoveryProtocol",Localization.Resources.Strings.Library_PSDicoveryProtocol_Description, Localization.Resources.Strings.License_MITLicense, "https://github.com/lahell/PSDiscoveryProtocol/blob/master/LICENSE"),
     44 + new LibraryInfo("Microsoft.PowerShell.SDK", "https://github.com/PowerShell/PowerShell", Localization.Resources.Strings.Library_PowerShellSDK_Description, Localization.Resources.Strings.License_MITLicense, "https://github.com/PowerShell/PowerShell/blob/master/LICENSE.txt"),
     45 + new LibraryInfo("Microsoft.Web.WebView2", "https://docs.microsoft.com/en-us/microsoft-edge/webview2/", Localization.Resources.Strings.Library_WebView2_Description, Localization.Resources.Strings.License_MicrosoftWebView2License, "https://www.nuget.org/packages/Microsoft.Web.WebView2/1.0.824-prerelease/License"),
     46 + new LibraryInfo("Microsoft.Windows.CsWinRT", "https://github.com/microsoft/cswinrt/tree/master/", Localization.Resources.Strings.Library_CsWinRT_Description, Localization.Resources.Strings.License_MITLicense, "https://github.com/microsoft/CsWinRT/blob/master/LICENSE"),
     47 + new LibraryInfo("Microsoft.Xaml.Behaviors.Wpf", "https://github.com/microsoft/XamlBehaviorsWpf", Localization.Resources.Strings.Library_XamlBehaviorsWpf_Description, Localization.Resources.Strings.License_MITLicense, "https://github.com/microsoft/XamlBehaviorsWpf/blob/master/LICENSE"),
    45 48   };
    46 49   }
    47 50  }
    skipped 1 lines
  • ■ ■ ■ ■ ■ ■
    Source/NETworkManager.Documentation/Licenses/Microsoft.PowerShell.SDK.txt
     1 +Copyright (c) Microsoft Corporation.
     2 + 
     3 +MIT License
     4 + 
     5 +Permission is hereby granted, free of charge, to any person obtaining a copy
     6 +of this software and associated documentation files (the "Software"), to deal
     7 +in the Software without restriction, including without limitation the rights
     8 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     9 +copies of the Software, and to permit persons to whom the Software is
     10 +furnished to do so, subject to the following conditions:
     11 + 
     12 +The above copyright notice and this permission notice shall be included in all
     13 +copies or substantial portions of the Software.
     14 + 
     15 +THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     16 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     17 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     18 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     19 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     20 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     21 +SOFTWARE.
  • ■ ■ ■ ■ ■ ■
    Source/NETworkManager.Documentation/Licenses/Microsoft.Web.WebView2.txt
     1 +Copyright (C) Microsoft Corporation. All rights reserved.
     2 + 
     3 +Redistribution and use in source and binary forms, with or without
     4 +modification, are permitted provided that the following conditions are
     5 +met:
     6 + 
     7 + * Redistributions of source code must retain the above copyright
     8 +notice, this list of conditions and the following disclaimer.
     9 + * Redistributions in binary form must reproduce the above
     10 +copyright notice, this list of conditions and the following disclaimer
     11 +in the documentation and/or other materials provided with the
     12 +distribution.
     13 + * The name of Microsoft Corporation, or the names of its contributors
     14 +may not be used to endorse or promote products derived from this
     15 +software without specific prior written permission.
     16 + 
     17 +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
     18 +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
     19 +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
     20 +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
     21 +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
     22 +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
     23 +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
     24 +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
     25 +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
     26 +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
     27 +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  • ■ ■ ■ ■ ■ ■
    Source/NETworkManager.Documentation/Licenses/Microsoft.Windows.CsWinRT.txt
     1 +MIT License
     2 + 
     3 +Copyright (c) Microsoft Corporation.
     4 + 
     5 +Permission is hereby granted, free of charge, to any person obtaining a copy
     6 +of this software and associated documentation files (the "Software"), to deal
     7 +in the Software without restriction, including without limitation the rights
     8 +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     9 +copies of the Software, and to permit persons to whom the Software is
     10 +furnished to do so, subject to the following conditions:
     11 + 
     12 +The above copyright notice and this permission notice shall be included in all
     13 +copies or substantial portions of the Software.
     14 + 
     15 +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
     16 +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
     17 +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
     18 +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
     19 +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
     20 +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
     21 +SOFTWARE
  • ■ ■ ■ ■
    Source/NETworkManager.Documentation/Licenses/LiveCharts.Wpf.txt Source/NETworkManager.Documentation/Licenses/Microsoft.Xaml.Behaviors.Wpf.txt
    1 1  The MIT License (MIT)
    2 2   
    3  -Copyright (c) 2016 Alberto Rodriguez & LiveCharts contributors
     3 +Copyright (c) 2015 Microsoft
    4 4   
    5 5  Permission is hereby granted, free of charge, to any person obtaining a copy
    6 6  of this software and associated documentation files (the "Software"), to deal
    skipped 15 lines
  • ■ ■ ■ ■ ■
    Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj
    skipped 11 lines
    12 12   <DocumentationFile>bin\Debug\NETworkManager.Documentation.xml</DocumentationFile>
    13 13   </PropertyGroup>
    14 14   <ItemGroup>
     15 + <None Remove="Licenses\Microsoft.PowerShell.SDK.txt" />
     16 + <None Remove="Licenses\Microsoft.Web.WebView2.txt" />
     17 + <None Remove="Licenses\Microsoft.Windows.CsWinRT.txt" />
     18 + <None Remove="Licenses\Microsoft.Xaml.Behaviors.Wpf.txt" />
    15 19   <None Remove="Licenses\PSDiscoveryProtocol.txt" />
    16 20   </ItemGroup>
    17 21   <ItemGroup>
    skipped 23 lines
    41 45   <Content Include="Licenses\LiveCharts.txt">
    42 46   <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    43 47   </Content>
    44  - <Content Include="Licenses\LiveCharts.Wpf.txt">
    45  - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    46  - </Content>
    47 48   <Content Include="Licenses\LoadingIndicators.WPF.txt">
    48 49   <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    49 50   </Content>
    skipped 3 lines
    53 54   <Content Include="Licenses\MahApps.Metro.txt">
    54 55   <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    55 56   </Content>
     57 + <Content Include="Licenses\Microsoft.Web.WebView2.txt">
     58 + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     59 + </Content>
     60 + <Content Include="Licenses\Microsoft.Windows.CsWinRT.txt">
     61 + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     62 + </Content>
     63 + <Content Include="Licenses\Microsoft.Xaml.Behaviors.Wpf.txt">
     64 + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     65 + </Content>
    56 66   <Content Include="Licenses\NETworkManager.txt">
    57 67   <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    58 68   </Content>
    skipped 7 lines
    66 76   <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    67 77   </Content>
    68 78   <Content Include="Licenses\SharpSnmpLib.txt">
     79 + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     80 + </Content>
     81 + </ItemGroup>
     82 + <ItemGroup>
     83 + <Content Include="Licenses\Microsoft.PowerShell.SDK.txt">
    69 84   <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
    70 85   </Content>
    71 86   </ItemGroup>
    skipped 1 lines
  • ■ ■ ■ ■ ■
    Source/NETworkManager.Localization/Resources/Strings.Designer.cs
    skipped 3856 lines
    3857 3857   }
    3858 3858  
    3859 3859   /// <summary>
     3860 + /// Looks up a localized string similar to C#/WinRT provides packaged WinRT projection support for the C# language..
     3861 + /// </summary>
     3862 + public static string Library_CsWinRT_Description {
     3863 + get {
     3864 + return ResourceManager.GetString("Library_CsWinRT_Description", resourceCulture);
     3865 + }
     3866 + }
     3867 +
     3868 + /// <summary>
    3860 3869   /// Looks up a localized string similar to DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups.
    3861 3870   /// </summary>
    3862 3871   public static string Library_DnsClientNET_Description {
    skipped 30 lines
    3893 3902   }
    3894 3903  
    3895 3904   /// <summary>
    3896  - /// Looks up a localized string similar to Simple, flexible, interactive &amp; powerful charts, maps and gauges for .Net.
    3897  - /// </summary>
    3898  - public static string Library_LiveChartsWPF_Description {
    3899  - get {
    3900  - return ResourceManager.GetString("Library_LiveChartsWPF_Description", resourceCulture);
    3901  - }
    3902  - }
    3903  -
    3904  - /// <summary>
    3905 3905   /// Looks up a localized string similar to A collection of loading indicators for WPF.
    3906 3906   /// </summary>
    3907 3907   public static string Library_LoadingIndicatorsWPF_Description {
    skipped 35 lines
    3943 3943   public static string Library_Octokit_Description {
    3944 3944   get {
    3945 3945   return ResourceManager.GetString("Library_Octokit_Description", resourceCulture);
     3946 + }
     3947 + }
     3948 +
     3949 + /// <summary>
     3950 + /// Looks up a localized string similar to Runtime for hosting PowerShell.
     3951 + /// </summary>
     3952 + public static string Library_PowerShellSDK_Description {
     3953 + get {
     3954 + return ResourceManager.GetString("Library_PowerShellSDK_Description", resourceCulture);
    3946 3955   }
    3947 3956   }
    3948 3957  
    skipped 16 lines
    3965 3974   }
    3966 3975  
    3967 3976   /// <summary>
     3977 + /// Looks up a localized string similar to The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium)..
     3978 + /// </summary>
     3979 + public static string Library_WebView2_Description {
     3980 + get {
     3981 + return ResourceManager.GetString("Library_WebView2_Description", resourceCulture);
     3982 + }
     3983 + }
     3984 +
     3985 + /// <summary>
     3986 + /// Looks up a localized string similar to Easily add interactivity to your apps using XAML Behaviors for WPF..
     3987 + /// </summary>
     3988 + public static string Library_XamlBehaviorsWpf_Description {
     3989 + get {
     3990 + return ResourceManager.GetString("Library_XamlBehaviorsWpf_Description", resourceCulture);
     3991 + }
     3992 + }
     3993 +
     3994 + /// <summary>
    3968 3995   /// Looks up a localized string similar to License.
    3969 3996   /// </summary>
    3970 3997   public static string License {
    skipped 17 lines
    3988 4015   public static string License_BDS2Clause {
    3989 4016   get {
    3990 4017   return ResourceManager.GetString("License_BDS2Clause", resourceCulture);
     4018 + }
     4019 + }
     4020 +
     4021 + /// <summary>
     4022 + /// Looks up a localized string similar to Microsoft WebView2 License.
     4023 + /// </summary>
     4024 + public static string License_MicrosoftWebView2License {
     4025 + get {
     4026 + return ResourceManager.GetString("License_MicrosoftWebView2License", resourceCulture);
    3991 4027   }
    3992 4028   }
    3993 4029  
    skipped 4804 lines
  • ■ ■ ■ ■ ■
    Source/NETworkManager.Localization/Resources/Strings.resx
    skipped 2996 lines
    2997 2997   <data name="Library_IPNetwork_Description" xml:space="preserve">
    2998 2998   <value>C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers.</value>
    2999 2999   </data>
    3000  - <data name="Library_LiveChartsWPF_Description" xml:space="preserve">
    3001  - <value>Simple, flexible, interactive &amp; powerful charts, maps and gauges for .Net</value>
    3002  - </data>
    3003 3000   <data name="Library_LiveCharts_Description" xml:space="preserve">
    3004 3001   <value>Simple, flexible, interactive &amp; powerful charts, maps and gauges for .Net</value>
    3005 3002   </data>
    skipped 41 lines
    3047 3044   </data>
    3048 3045   <data name="License_Unlicense" xml:space="preserve">
    3049 3046   <value>Unlicense</value>
     3047 + </data>
     3048 + <data name="Library_CsWinRT_Description" xml:space="preserve">
     3049 + <value>C#/WinRT provides packaged WinRT projection support for the C# language.</value>
     3050 + </data>
     3051 + <data name="Library_PowerShellSDK_Description" xml:space="preserve">
     3052 + <value>Runtime for hosting PowerShell</value>
     3053 + </data>
     3054 + <data name="Library_WebView2_Description" xml:space="preserve">
     3055 + <value>The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium).</value>
     3056 + </data>
     3057 + <data name="Library_XamlBehaviorsWpf_Description" xml:space="preserve">
     3058 + <value>Easily add interactivity to your apps using XAML Behaviors for WPF.</value>
     3059 + </data>
     3060 + <data name="License_MicrosoftWebView2License" xml:space="preserve">
     3061 + <value>Microsoft WebView2 License</value>
    3050 3062   </data>
    3051 3063  </root>
Please wait...
Page is in error, reload to recover