Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...
- Passing
- Failing
- Pending
- Unknown / Exempted

Downloads:
1,458
Downloads of v 1.3:
590
Last Update:
06 Jun 2020
Package Maintainer(s):
Software Author(s):
- Andreas Wäscher
Tags:
fusion assembly FUSLOGVW binding foss utilities productivity- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Fusion++
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
1,458
Downloads of v 1.3:
590
Maintainer(s):
Software Author(s):
- Andreas Wäscher
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
All Checks are Passing
2 Passing Test
To install Fusion++, run the following command from the command line or from PowerShell:
To upgrade Fusion++, run the following command from the command line or from PowerShell:
To uninstall Fusion++, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download fusionplusplus --internalize --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade fusionplusplus -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade fusionplusplus -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure fusionplusplus installed
win_chocolatey:
name: fusionplusplus
state: present
version: 1.3
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'fusionplusplus' do
action :install
version '1.3'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: fusionplusplus,
Version: 1.3,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller fusionplusplus
{
Name = 'fusionplusplus'
Ensure = 'Present'
Version = '1.3'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'fusionplusplus':
provider => 'chocolatey',
ensure => '1.3',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install fusionplusplus version="1.3" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 07 Jun 2020.
Fusion++ is for anyone feeling uncomfortable using the default Assembly Binding Log Viewer from the Windows SDK: FUSLOGVW.exe.
Did you know what "Enable immersive logging" means? Or why you should separate log categories from "Default" and "Native Images"? Did you ever forget to disable the log again and wondered why every .NET application is that slow and your disk runs out of space?
That's where Fusion++ comes in: Just hit "Record" to capture your assembly logs. If you are done, click "Stop" again and investigate binding errors in a beautiful UI. Fusion++ takes care of anything else in the background.
md5: 5EC94DAAAD8A18A38B2DC3B6C1AE865B | sha1: 34FCE7E42D81439D1CAC951B992783CDC7749910 | sha256: 9C45D61800E4F9717B1FD1C7D892C1ADAB1940C78360C5A6202134908F5E90CB | sha512: 94623C39423A4370B4CC4CC6A446112B3623C4B26762AC80E17DE968EBF0D6F23F5D1570CD8EC7B1829273CF6992354255C9747BE43ACCF134074FB0320D265E
md5: 406B96C875F5D6F8E777B1CFFB7BCD15 | sha1: E1F27B2FE792BF80B80CCE546542A20604099B40 | sha256: 61291AE9359CCCC0D0CE9EDE6366C1A7A3B10E9E6E2C664670F5570F6EA55A83 | sha512: DE746B4F4F89774FC4DAE412BE1CDAC84E0797F655ED20F98E564F34290BDC8BA2159882661723EA8C78F02897830869DEDCFDA49759E1D62983AA7DD5A956F1
md5: F29C505347B4FDF9B3DBF27F2B9C8C78 | sha1: 1A66F685D8CDA5155015675B92BD33EF9A8E6619 | sha256: D1994B01C29E292FEE49FEE5BE0FC370A8BB9474FBC0651FC30E125473CF77B1 | sha512: F0EB0CD0C57552383AB9EE98074D86C16A44908296E08EC773A002779459C829D1D8FF689E0557215EA32341FD448E74F68190D554F66250E569CFFEDB17F7F7
md5: EFDD2DEF4F379D231931501B39199CD2 | sha1: 8B2AEAF8829550936E268E332D4F2CC2C2541575 | sha256: 9C91CA8803DDFA1B5B6D0116FA6B241AA1BCEEEA0AFB0EB00529ADC93EA3B6DE | sha512: DC4724BCE7F06CBEAD3E3F8887177A23B6CD040CDAE0018BA9D264F717D1E4AEC88DF13BE6583AA06EEDDEC1BA830ED6BBE65385FA47E5CDBCDE3B84E03C74E6
md5: 4DB24915B7E6057783F3F03DE3A57736 | sha1: 8FA6DFEA6FD6ABCA56F62530EFF03D6769025705 | sha256: 902B09D8592508EDF005B8CCCEA30EE1CB8D28225ECC334F527CC670CDA861FA | sha512: 612BA91A09AF0ABCB2E60B0AF3EC5E7C9C247A889B35CE640D227FB95EB73E377001B71147D7BC70958DB1F0875C76A1A25F8C4D825882D1450584B01B87E22F
md5: 1D1F8514C3D11B58B748A46B1BF8CD06 | sha1: 2CD6A13442222C2F7B2165D3BE03E00667E4D5C2 | sha256: 106EEDC1DE168F019173F37B18544543CDA1991E4DC923B13EAE80A942B0C201 | sha512: C653851B8B017D16FE8088FFE38803257EC8156CB70ACA9B970E3B44444058A7EA5AFD2668BE30A3D21E78D40A1260B1C603300A440938ECEB873F1BA71C61EC
md5: FDAD4B58582788A87837628C1490160C | sha1: 2FB12E13E368B0A7C7BC0F97E40EE41DBEAC6C67 | sha256: 54A82CA8C012BD79F090561277B8C19065EE01B9A5D3DB989C8FE2692077B912 | sha512: 1B362442A9F6F1CC4B671B3B8493BB8ECC7AE651F3020FEA278B933252D7B10B5EF60293C4F8B0DAA62BA7FC53467770D16F53C1F3185B6ADC7CB5656212E4A1
md5: A560B432C29A9FB0A92D316E7A4D02E3 | sha1: 4308CC5305D7F477C2EA8756B9523695A4A0E330 | sha256: 600163AF84B4AF602CD686A6A53B48125A3B188169A2434350D0E70342AECDEB | sha512: 984310AB19E2CDCC204961D6EC39A57AADC195A2D6124031E0978AE58032CE587F09FAF82E9FCDEF3DF9E82CF0BADA37E2BDFFE93ECBFB8D870CE2493F07D6C4
md5: 74711633023F71A35425E9062DC4D24F | sha1: E7D0E203931E3499ACFC118AA8CD5F79A4E164BA | sha256: DF45E23994748B4ADF5FB310EB3CE0911A0950B8A30DE3A83F63F2C51CE4BC4E | sha512: 95E6433FE49723297359CFD1F3BBDFC252F3D5058C2FA8A225A8AE3B4C0D32A6541B7EDB4CFF55B68C13F64FDB0596603A8330514BFB9309FB8A68EB9D03561A
md5: C2D16CD1021AEA9D4676F16C4D13A823 | sha1: 0DD421C250F2C3CD84A7029539F6DEBB21B4CAF3 | sha256: 09A5B538947A46EAD02E0FC38AAB508B5D25B6F046DD525FE18F21D8CCB4D401 | sha512: F6D0E1CCD9801A114027F9B6440311B9F3DEE3AD87E225F149AE529A94D4E27A6063A3508D77773A35AF963D7FA3D43F5FAE14CE6DF11C8728D4866FF4816E4B
md5: 84BF29FCC16282E2C691A1A3600B50DB | sha1: FA9063944A3026333FAA70D9C19204B81D8D887C | sha256: 7C8235214C4CF2664910A5443B65421015BA0A67D2A28ED6F30F4E2BF6D8DAB9 | sha512: 2440BD677FA7E81967274EAF24D97DB0D9BEE6282E5F8EAFE734C1C82C795910193B1514A0A5DC99D8315271F0FE1E199C89831D22B022F0FCD27A643E032BA4
md5: 10473DE183BF8B74AAE4658EBC9985AD | sha1: 3144C629795F7B4EC2355E9869505ABC5DFED827 | sha256: 382D3A2BDBDC0F1CB1828ADCBDCE4741BDC0AD719F7468D7906684EA5E92FD92 | sha512: B9EBFDD106AF334BEE49BD0C645C1B670A0C95B7B90D46D6F9AB14CE52E1C5A0197343978C3AF2832AE47E2488B7028A052D4B15A3F48E9C2DD83C238B5B06E6
md5: 46FB6BBAF9C01790AFDD3F8EB641E0D1 | sha1: 56C451292097820447E404BC45B94102C0D1882D | sha256: E10453198CD4AB59A7106230C240029ADE2B767D5F5C194A60A8244DA2CA3660 | sha512: 417740DF06FC0DA01652E9CF48F2A8604F13452463BBC575D05F4AB3745F677BA77DFCD9529C4950292D079297252BB52C8012815429793EB7D7E18F85280CB7
md5: 0AAD4B6271E73F5DAFF20D17B19E49F0 | sha1: 21D8D3C3E2A3FC01E74560988C34F469DF6CCE90 | sha256: F067AE73BCEACB3C7696B261C31BBBD015D20C154163CF06635239EF94F0EF55 | sha512: 2CAA382CC2B4FCC7B9B41B7043197DCCD789B0A26EC9120A7310D668BBF9ACE000B30F8F8EA9B83A818604B201AF5714525EF50932C123AF25043B18651BF91E
md5: 67307B175A6ACF59A3FAFE6A87ECF43F | sha1: 6E272B69266A5452B6B8EE72C1A6C0D70A88D6F0 | sha256: 0B1E702FB2D50FA5380E280B46C64DBF210C34AFC2598F8F8E3672D730788459 | sha512: 1A5570AB636AEC4108D954CF33B48244EB8A42B6FD92288B04D3D9861DFEACF6606A3925BD604F167F2B88E9EC2EF8F3D29ADD4139FB1B0EE4256E577E6394AE
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v3.1/win-x64",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v3.1": {},
".NETCoreApp,Version=v3.1/win-x64": {
"Fusion++/1.3.0.0": {
"dependencies": {
"DevExpress.WindowsDesktop.Win.Bars": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Grid": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.RichEdit": "19.2.6-ctp",
"Fusion++.Engine": "1.0.0"
},
"runtime": {
"Fusion++.dll": {}
}
},
"DevExpress.WindowsDesktop.Data/19.2.6": {
"dependencies": {
"System.ComponentModel.Annotations": "4.5.0",
"System.Data.SqlClient": "4.6.0",
"System.Management": "4.5.0",
"System.ServiceModel.Http": "4.5.3"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.Data.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Images/19.2.6": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.Images.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Office.Core/19.2.6": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.Office.v19.2.Core.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Pdf.Core/19.2.6": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.Pdf.v19.2.Core.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Printing.Core/19.2.6": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Pdf.Core": "19.2.6",
"System.ServiceModel.Http": "4.5.3"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.Printing.v19.2.Core.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.RichEdit.Core/19.2.6": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Images": "19.2.6",
"DevExpress.WindowsDesktop.Office.Core": "19.2.6",
"DevExpress.WindowsDesktop.Pdf.Core": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.RichEdit.v19.2.Core.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Sparkline.Core/19.2.6": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.Sparkline.v19.2.Core.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.Bars/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.XtraBars.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.Editors/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
"DevExpress.WindowsDesktop.Sparkline.Core": "19.2.6",
"DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp",
"System.Data.SqlClient": "4.6.0"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.XtraEditors.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.Grid/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
"DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Layout": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Printing": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.XtraGrid.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.Layout/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
"DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.XtraLayout.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.Printing/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
"DevExpress.WindowsDesktop.RichEdit.Core": "19.2.6",
"DevExpress.WindowsDesktop.Win.Bars": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Layout": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.TreeList": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.XtraPrinting.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.RichEdit/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Images": "19.2.6",
"DevExpress.WindowsDesktop.Office.Core": "19.2.6",
"DevExpress.WindowsDesktop.Pdf.Core": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
"DevExpress.WindowsDesktop.RichEdit.Core": "19.2.6",
"DevExpress.WindowsDesktop.Win.Bars": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Grid": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Printing": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.XtraRichEdit.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.TreeList/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6",
"DevExpress.WindowsDesktop.Win.Editors": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Layout": "19.2.6-ctp",
"DevExpress.WindowsDesktop.Win.Utils": "19.2.6-ctp"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.XtraTreeList.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"DevExpress.WindowsDesktop.Win.Utils/19.2.6-ctp": {
"dependencies": {
"DevExpress.WindowsDesktop.Data": "19.2.6",
"DevExpress.WindowsDesktop.Printing.Core": "19.2.6"
},
"runtime": {
"lib/netcoreapp3.0/DevExpress.Utils.v19.2.dll": {
"assemblyVersion": "19.2.6.0",
"fileVersion": "19.2.6.0"
}
}
},
"Microsoft.NETCore.Platforms/3.1.0": {},
"Microsoft.Win32.Registry/4.6.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"runtime.native.System.Data.SqlClient.sni/4.5.0": {
"dependencies": {
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni": "4.4.0",
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni": "4.4.0"
}
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"native": {
"runtimes/win-x64/native/sni.dll": {
"fileVersion": "4.6.25512.1"
}
}
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {},
"System.CodeDom/4.5.0": {},
"System.ComponentModel.Annotations/4.5.0": {},
"System.Data.SqlClient/4.6.0": {
"dependencies": {
"Microsoft.Win32.Registry": "4.6.0",
"System.Security.Principal.Windows": "4.7.0",
"System.Text.Encoding.CodePages": "4.5.0",
"runtime.native.System.Data.SqlClient.sni": "4.5.0"
},
"runtime": {
"runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll": {
"assemblyVersion": "4.5.0.0",
"fileVersion": "4.6.27110.4"
}
}
},
"System.IO.FileSystem.AccessControl/4.7.0": {
"dependencies": {
"System.Security.AccessControl": "4.7.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"System.Management/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"Microsoft.Win32.Registry": "4.6.0",
"System.CodeDom": "4.5.0"
},
"runtime": {
"runtimes/win/lib/netcoreapp2.0/System.Management.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Private.ServiceModel/4.5.3": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Reflection.DispatchProxy": "4.5.0",
"System.Security.Principal.Windows": "4.7.0"
},
"runtime": {
"runtimes/win/lib/netstandard2.0/System.Private.ServiceModel.dll": {
"assemblyVersion": "4.5.0.3",
"fileVersion": "4.6.26720.1"
}
}
},
"System.Reflection.DispatchProxy/4.5.0": {},
"System.Runtime.CompilerServices.Unsafe/4.5.0": {},
"System.Security.AccessControl/4.7.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Security.Principal.Windows": "4.7.0"
}
},
"System.Security.Principal.Windows/4.7.0": {},
"System.ServiceModel.Http/4.5.3": {
"dependencies": {
"System.Private.ServiceModel": "4.5.3",
"System.ServiceModel.Primitives": "4.5.3"
},
"runtime": {
"lib/netstandard2.0/System.ServiceModel.Http.dll": {
"assemblyVersion": "4.5.0.3",
"fileVersion": "4.6.26720.1"
}
}
},
"System.ServiceModel.Primitives/4.5.3": {
"dependencies": {
"System.Private.ServiceModel": "4.5.3"
},
"runtime": {
"lib/netstandard2.0/System.ServiceModel.Primitives.dll": {
"assemblyVersion": "4.5.0.3",
"fileVersion": "4.6.26720.1"
},
"lib/netstandard2.0/System.ServiceModel.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26720.1"
}
}
},
"System.Text.Encoding.CodePages/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "3.1.0",
"System.Runtime.CompilerServices.Unsafe": "4.5.0"
}
},
"Fusion++.Engine/1.0.0": {
"dependencies": {
"Microsoft.Win32.Registry": "4.6.0",
"System.IO.FileSystem.AccessControl": "4.7.0"
},
"runtime": {
"Fusion++.Engine.dll": {}
}
}
}
},
"libraries": {
"Fusion++/1.3.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"DevExpress.WindowsDesktop.Data/19.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ilkKe9AOyehQKdQxw/MfBUpM0Pn2THNuh+3Z4qQvEosspe653IT+fAABilbuEhDVT3X/mE2DVG3DYwnwVAg0kw==",
"path": "devexpress.windowsdesktop.data/19.2.6",
"hashPath": "devexpress.windowsdesktop.data.19.2.6.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Images/19.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VHKc9mR71yb5rv2yd+Wm7JkB/QSUzjwikCyPE1PraY26O5H1FE9GYxIMdmcyO6mUQc0hVEouwY9I8VJu76KK8w==",
"path": "devexpress.windowsdesktop.images/19.2.6",
"hashPath": "devexpress.windowsdesktop.images.19.2.6.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Office.Core/19.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-c+wy4zO6orJ3Po3v5AxUtAP7TNfNrFlcDPHdtxtIcSdKIwHQSecNHUDRyvHOJaKtbtW5CpgaaBBjjzk6QbGeHQ==",
"path": "devexpress.windowsdesktop.office.core/19.2.6",
"hashPath": "devexpress.windowsdesktop.office.core.19.2.6.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Pdf.Core/19.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hoOd2G0X7cKoHbwf0WLaaXu+qbSo6brSLQdnHoa1sZZZrnIYU9QAtjFpyS4PI1rZyfCaLBqUvgFxn1l89WB9Sg==",
"path": "devexpress.windowsdesktop.pdf.core/19.2.6",
"hashPath": "devexpress.windowsdesktop.pdf.core.19.2.6.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Printing.Core/19.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TPqd0K3s7WVWDkGt45mEfwYBuwr+EudU7QVY6nRGmx3ihZz/ersbVVlIc3GqrmVNjXdEg0v9lWIHUvL9y2tu4w==",
"path": "devexpress.windowsdesktop.printing.core/19.2.6",
"hashPath": "devexpress.windowsdesktop.printing.core.19.2.6.nupkg.sha512"
},
"DevExpress.WindowsDesktop.RichEdit.Core/19.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wnlwpmCvcRXCG1WBiWshofo+C8uMR0+Z1miglAKbuhhtEKEY572tmBnlEz91hxhDaQmPdwaU5VaYnQkyB+f/sw==",
"path": "devexpress.windowsdesktop.richedit.core/19.2.6",
"hashPath": "devexpress.windowsdesktop.richedit.core.19.2.6.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Sparkline.Core/19.2.6": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gndVTO5qGtk1Nz8B2CLqivAUKsfEj4AsEGUc98Frb7TstftQDVqxXR57oobzb+S3JnhuRFgw8iahJ54/gXwORg==",
"path": "devexpress.windowsdesktop.sparkline.core/19.2.6",
"hashPath": "devexpress.windowsdesktop.sparkline.core.19.2.6.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.Bars/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-DNDqi/X0aV4Vz8yENRsoaF7kAQSD2LkkKiaJigjvhh5uKeUz1ROSrfyOZ4/LeVZ9lbKebFlGIcYT0ImTszfswQ==",
"path": "devexpress.windowsdesktop.win.bars/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.bars.19.2.6-ctp.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.Editors/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TVbNCeT0AKAodHvuDOOb+g+16gWQDUzB5J/9OcQNOg2jBEcXfEYtWo2feiXU5DgHS+btPt9LAHexzzLyjWSdvA==",
"path": "devexpress.windowsdesktop.win.editors/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.editors.19.2.6-ctp.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.Grid/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-466IH590fiEjgq5SVJ6Js5g0O1+n4GpwRMoxL6PUj8DYavSl9r6lGxe5/zsLpDQacU8r97qSjFcUYXgXwWZLLg==",
"path": "devexpress.windowsdesktop.win.grid/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.grid.19.2.6-ctp.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.Layout/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aS+jEeoj66We7eWcJidXAowyW1ytdd79kn43a6ww1eCmNUvhudFMYGcUr1ZXp40DVfVTlAbnoDb7T4f3+t24gQ==",
"path": "devexpress.windowsdesktop.win.layout/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.layout.19.2.6-ctp.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.Printing/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-va/7PVttHicHuRASKLeyhTeaGN0Xfr6Q92ZdkEqNAd4xjmPIDaaCUJzW6JDEXArNQXdN9Jl6xnokCgrBts0gFw==",
"path": "devexpress.windowsdesktop.win.printing/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.printing.19.2.6-ctp.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.RichEdit/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NQNypz8GLBfUcoKGsQav2WTxy2wjAHyOt4/ftzCmCTZ3Wh+NLdyePyUdXLiufMm0Ex8qO76EK52wwkOqw47oXw==",
"path": "devexpress.windowsdesktop.win.richedit/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.richedit.19.2.6-ctp.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.TreeList/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/qND1JOGlknl1zVjW6/70P5PJNm0f2ngtLTsoZau3PJjCBru4ikItUNcDqNOgnbud4xJY+2pGf6tCDMFfltV8A==",
"path": "devexpress.windowsdesktop.win.treelist/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.treelist.19.2.6-ctp.nupkg.sha512"
},
"DevExpress.WindowsDesktop.Win.Utils/19.2.6-ctp": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ee52Ndz9+aD9RPXSwgQmZ4iib2XmuSeRcqDD4ZEJhp+uNBuasP5aWVqUsgnA5UhYPGsYlL8pEQrwDxXhT/F+sw==",
"path": "devexpress.windowsdesktop.win.utils/19.2.6-ctp",
"hashPath": "devexpress.windowsdesktop.win.utils.19.2.6-ctp.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/3.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-z7aeg8oHln2CuNulfhiLYxCVMPEwBl3rzicjvIX+4sUuCwvXw5oXQEtbiU2c0z4qYL5L3Kmx0mMA/+t/SbY67w==",
"path": "microsoft.netcore.platforms/3.1.0",
"hashPath": "microsoft.netcore.platforms.3.1.0.nupkg.sha512"
},
"Microsoft.Win32.Registry/4.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Xuqo5Lf5h1eUAbT8sJwNSEgusyEcQQQcza1R8dxJ6q/1vLSU1SG/WxtgiCPAth14dz/IjBXCxWT/+6E9glX33w==",
"path": "microsoft.win32.registry/4.6.0",
"hashPath": "microsoft.win32.registry.4.6.0.nupkg.sha512"
},
"runtime.native.System.Data.SqlClient.sni/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-AJfX7owAAkMjWQYhoml5IBfXh8UyYPjktn8pK0BFGAdKgBS7HqMz1fw5vdzfZUWfhtTPDGCjgNttt46ZyEmSjg==",
"path": "runtime.native.system.data.sqlclient.sni/4.5.0",
"hashPath": "runtime.native.system.data.sqlclient.sni.4.5.0.nupkg.sha512"
},
"runtime.win-arm64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-LbrynESTp3bm5O/+jGL8v0Qg5SJlTV08lpIpFesXjF6uGNMWqFnUQbYBJwZTeua6E/Y7FIM1C54Ey1btLWupdg==",
"path": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-arm64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x64.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-38ugOfkYJqJoX9g6EYRlZB5U2ZJH51UP8ptxZgdpS07FgOEToV+lS11ouNK2PM12Pr6X/PpT5jK82G3DwH/SxQ==",
"path": "runtime.win-x64.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x64.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"runtime.win-x86.runtime.native.System.Data.SqlClient.sni/4.4.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YhEdSQUsTx+C8m8Bw7ar5/VesXvCFMItyZF7G1AUY+OM0VPZUOeAVpJ4Wl6fydBGUYZxojTDR3I6Bj/+BPkJNA==",
"path": "runtime.win-x86.runtime.native.system.data.sqlclient.sni/4.4.0",
"hashPath": "runtime.win-x86.runtime.native.system.data.sqlclient.sni.4.4.0.nupkg.sha512"
},
"System.CodeDom/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gqpR1EeXOuzNQWL7rOzmtdIz3CaXVjSQCiaGOs2ivjPwynKSJYm39X81fdlp7WuojZs/Z5t1k5ni7HtKQurhjw==",
"path": "system.codedom/4.5.0",
"hashPath": "system.codedom.4.5.0.nupkg.sha512"
},
"System.ComponentModel.Annotations/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==",
"path": "system.componentmodel.annotations/4.5.0",
"hashPath": "system.componentmodel.annotations.4.5.0.nupkg.sha512"
},
"System.Data.SqlClient/4.6.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-gwItUWW1BMCckicFO85c8frFaMK8SGqYn5IeA3GSX4Lmid+CjXETfoHz7Uv+Vx6L0No7iRc/7cBL8gd6o9k9/g==",
"path": "system.data.sqlclient/4.6.0",
"hashPath": "system.data.sqlclient.4.6.0.nupkg.sha512"
},
"System.IO.FileSystem.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vMToiarpU81LR1/KZtnT7VDPvqAZfw9oOS5nY6pPP78nGYz3COLsQH3OfzbR+SjTgltd31R6KmKklz/zDpTmzw==",
"path": "system.io.filesystem.accesscontrol/4.7.0",
"hashPath": "system.io.filesystem.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Management/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Z6ac0qPGr3yJtwZEX1SRkhwWa0Kf5NJxx7smLboYsGrApQFECNFdqhGy252T4lrZ5Nwzhd9VQiaifndR3bfHdg==",
"path": "system.management/4.5.0",
"hashPath": "system.management.4.5.0.nupkg.sha512"
},
"System.Private.ServiceModel/4.5.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==",
"path": "system.private.servicemodel/4.5.3",
"hashPath": "system.private.servicemodel.4.5.3.nupkg.sha512"
},
"System.Reflection.DispatchProxy/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-+UW1hq11TNSeb+16rIk8hRQ02o339NFyzMc4ma/FqmxBzM30l1c2IherBB4ld1MNcenS48fz8tbt50OW4rVULA==",
"path": "system.reflection.dispatchproxy/4.5.0",
"hashPath": "system.reflection.dispatchproxy.4.5.0.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YrzNWduCDHhUaSRBxHxL11UkM2fD6y8hITHis4/LbQZ6vj3vdRjoH3IoPWWC9uDXK2wHIqn+b5gv1Np/VKyM1g==",
"path": "system.runtime.compilerservices.unsafe/4.5.0",
"hashPath": "system.runtime.compilerservices.unsafe.4.5.0.nupkg.sha512"
},
"System.Security.AccessControl/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-JECvTt5aFF3WT3gHpfofL2MNNP6v84sxtXxpqhLBCcDRzqsPBmHhQ6shv4DwwN2tRlzsUxtb3G9M3763rbXKDg==",
"path": "system.security.accesscontrol/4.7.0",
"hashPath": "system.security.accesscontrol.4.7.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ojD0PX0XhneCsUbAZVKdb7h/70vyYMDYs85lwEI+LngEONe/17A0cFaRFqZU+sOEidcVswYWikYOQ9PPfjlbtQ==",
"path": "system.security.principal.windows/4.7.0",
"hashPath": "system.security.principal.windows.4.7.0.nupkg.sha512"
},
"System.ServiceModel.Http/4.5.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zxR4z6G/FFK/uAUbo7+3IJOqm0w4/lyfHSQDf+hhUHRTc7XSeReGS5iKQq95gyl1ighHEuayqOiB7iacrB6ZUg==",
"path": "system.servicemodel.http/4.5.3",
"hashPath": "system.servicemodel.http.4.5.3.nupkg.sha512"
},
"System.ServiceModel.Primitives/4.5.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Wc9Hgg4Cmqi416zvEgq2sW1YYCGuhwWzspDclJWlFZqY6EGhFUPZU+kVpl5z9kAgrSOQP7/Uiik+PtSQtmq+5A==",
"path": "system.servicemodel.primitives/4.5.3",
"hashPath": "system.servicemodel.primitives.4.5.3.nupkg.sha512"
},
"System.Text.Encoding.CodePages/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-S0wEUiKcLvRlkFUXca8uio1UQ5bYQzYgOmOKtCqaBQC3GR9AJjh43otcM32IGsAyvadFTaAMw9Irm6dS4Evfng==",
"path": "system.text.encoding.codepages/4.5.0",
"hashPath": "system.text.encoding.codepages.4.5.0.nupkg.sha512"
},
"Fusion++.Engine/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
}
}
}
md5: 6DBAC16285422F289C1476B1901381F7 | sha1: 48DC2046E715F8DE826996ACF87B31A1D18BD61E | sha256: 4D09154E3D5C0D6F7F4FF5E4446B809AF8F0FA700527BC02D1EB1364CCD63654 | sha512: F374D028ACB1D58166C0A4CA2077585575E4ECD461C42A55C499CD658B602045E5B6D3FA4AD7CE842A2EA5B14503A56DA489D17034E93AFED819AF02BFF07294
md5: E0A1239C82AC40060829A85F552D77FD | sha1: ED4235F2660CF309300C9574955F15B26AE624D9 | sha256: 5597F8D9EB924CBDE34AC6D4D2A6589D792AB05885F453EFDF1072197D3B32C3 | sha512: 5FBB93BCAAE69959313B0FC99A3F0E8EEA797447304953F47EDD76C5653735613474A95DC04113C3E3D0CC2AEC05E6D29DD5EFF2519543A5EECB7153972327C7
md5: 8A12E4021217252031A8EE7D6CC72445 | sha1: 7584D6556B28F783D73678D1825A9087F9799E92 | sha256: B6B91FBF131AF7205C389AAD0C6C587C50D5FFF584F16BC2A828769F73F0AFC5 | sha512: F58B8D41825FCF6B65116454429E5679BCDDD85E5068DCC9E93D5A71E936AEF9C9DEF36C7E1720350781E018CDD66C0445FC3926259FCF071160B77BEA80E0D0
{
"runtimeOptions": {
"tfm": "netcoreapp3.1",
"framework": {
"name": "Microsoft.WindowsDesktop.App",
"version": "3.1.2"
}
}
}
From: https://github.com/awaescher/Fusion/blob/master/LICENSE
LICENSE
MIT License
Copyright (c) 2019 Andreas Wäscher
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
md5: 7F1799B65B98450A19E4D049E9D3E70D | sha1: EC80C5A33374423A9E986C383A36A97DA70A3584 | sha256: 68705C4EF9AB818F2956A78E05F3FEFCE501A1448793B073B46110BEB49B47D6 | sha512: 8D67297C5CDED487C88FCAAD5A36E80926DAD8F1863E38F397751056F51258AC7B5A9E5C09C01BBA7A224F38FB2EE719586FAF0BA81516E05A19649EB09E7B78
md5: F2485FFDA8ABFC3C4322A440D00AE949 | sha1: 621AC958F75C8D5D793E7437628529829192B080 | sha256: E87D7413442821704D34A99584922579A4BD39F6A5B4B28204D70E2FAA1F9E38 | sha512: DC0CECF5C638E0C10065D4BCF432092936B850C6210EF77DE4E789AC03C096F3B693AA480BE35A750EE9FBAB2CF03D9755998A00EF5203D5D067CE19203B969B
md5: 25F6D2B186707A053C9EA88E7CD85EA7 | sha1: 5F38F5D0E23B83F5D6603444B82D867BFB329806 | sha256: A2CAC5BA7C03C3E2F70661DF15A94D9199E7799B34CA5F55E50862E76529F3C7 | sha512: 20B5C019C46B3639DD11836D179E4E2E71486D0AA7CA73E521C189953FD92CC3291643EF3F6981B50A1EFB2A576EFF196EB4BF609CCEAF46BFA3378ACBBCF576
md5: 015A65B5854CA999126521C7AA0749A8 | sha1: 955558A806A7D741B60CFA6D8BB9D782F4B162F1 | sha256: C5447883C6CFA1D95BB59CE4AB59604CD537057915110238139DFF498A38537B | sha512: 2EAD7EF6FFF1A04DF36D7B66CAD45E36DD155C4EBE4118B37796DA11F5B2215D4138C0485322331558555C7C0E4CDC98EE089606CB08EE48BE4FFBC6433AD557
md5: 6044EAB3C0B4E43068D805FF1DBB4923 | sha1: E1059E18FB1398434358711C67D81D3A8C75832B | sha256: 8BFDD56D33E98AA5FE9726CD41C589B6E8E8C67A072E9682139872068ED29133 | sha512: 65E81C795B14C07D4A6B675BBFDCB6F730394B8EAA55E5FA0F71372C2F0995348075B7B9EDF0BF187B7346645D0F278ED52967398E6C0535B76DE6484CA3C4DB
md5: 0F02141A8E0D7E2898CF566B7EBA4C3A | sha1: 17FD0998F128095E4331CB3163CB3AEA5161542C | sha256: B2A909B448A6693774A34AD9D8833161F8DE552FB51C975919A3E9EFC3275D36 | sha512: F5F3B97AE32552C66A26BE6170036749C9D9CFF4C104FA01AC2786C3AE7ED6FA96767FF33E9CE252E35AC580F00236AAA3DD6DAC1405376D0FCBF7E2283067BD
md5: 138C47674D02B7C54F06EAD94B32D731 | sha1: BC3D4E777848CD0CC0723E1EFE9FF3C3C267FA7A | sha256: 6BF7E009F104A70D01545E9AD8189A4A66F69A06C5D89DFE24BC1F04D0B8624A | sha512: 0A13198380C234D6EB72F00BF1094EC74DE098F936F2E70C6D9AC34C0C4532F72251E1ECA3E306BC139A7FEF6C2D0C0BF48AE5C365BD3F9C48F466EF93820DA2
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
This package is published by the Fusion++ author Andreas Wäscher himself. The binaries are
identical to other package types published on GitHub.
Log in or click on link to see number of positives.
- sni.dll (68705c4ef9ab) - ## / 66
- System.Management.dll (a2cac5ba7c03) - ## / 73
- System.Private.ServiceModel.dll (c5447883c6cf) - ## / 72
- System.ServiceModel.dll (8bfdd56d33e9) - ## / 69
- System.ServiceModel.Http.dll (b2a909b448a6) - ## / 71
- System.ServiceModel.Primitives.dll (6bf7e009f104) - ## / 72
- System.Data.SqlClient.dll (e87d74134428) - ## / 68
- DevExpress.Data.v19.2.dll (9c45d61800e4) - ## / 71
- DevExpress.Images.v19.2.dll (61291ae9359c) - ## / 72
- DevExpress.Office.v19.2.Core.dll (d1994b01c29e) - ## / 71
- DevExpress.Pdf.v19.2.Core.dll (9c91ca8803dd) - ## / 72
- DevExpress.Printing.v19.2.Core.dll (902b09d85925) - ## / 70
- DevExpress.RichEdit.v19.2.Core.dll (106eedc1de16) - ## / 71
- DevExpress.Sparkline.v19.2.Core.dll (54a82ca8c012) - ## / 71
- DevExpress.Utils.v19.2.dll (600163af84b4) - ## / 71
- DevExpress.XtraBars.v19.2.dll (df45e2399474) - ## / 71
- DevExpress.XtraEditors.v19.2.dll (09a5b538947a) - ## / 72
- DevExpress.XtraGrid.v19.2.dll (7c8235214c4c) - ## / 71
- DevExpress.XtraLayout.v19.2.dll (382d3a2bdbdc) - ## / 70
- DevExpress.XtraPrinting.v19.2.dll (e10453198cd4) - ## / 72
- DevExpress.XtraRichEdit.v19.2.dll (f067ae73bcea) - ## / 72
- DevExpress.XtraTreeList.v19.2.dll (0b1e702fb2d5) - ## / 71
- fusionplusplus.1.3.nupkg (7641f77b8dda) - ## / 64
- Fusion++.dll (4d09154e3d5c) - ## / 72
- Fusion++.Engine.dll (5597f8d9eb92) - ## / 72
- Fusion++.exe (b6b91fbf131a) - ## / 73
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
Fusion++ 1.3 | 590 | Saturday, June 6, 2020 | Approved |
Fusion++ 1.2 | 276 | Monday, March 16, 2020 | Approved |
Fusion++ 1.1 | 484 | Monday, May 27, 2019 | Approved |
Fusion++ 1.0 | 108 | Friday, May 17, 2019 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about Fusion++ and the Fusion++ package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Fusion++, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.