This project is Version 3.3 of the Chemistry for Word Add-In
This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community.
For more information see the .NET Foundation Code of Conduct.
- Installation process see $/docs/Chem4Word-Version3-3-Developer-SetUp.docx
- Software dependencies Office 2010/2013/2016/2019/2021/2024/365 (Installed on Desktop)
- Recomeded screen resolution 1920x1080 (minimum 1366x768)
- Git Clone of main branch
The Chemistry for Word Add-in (Chem4Word) is contained within a single Visual Studio solution located at src/Chem4Word.V3-3.sln This solution has two main projects (use Set as Start Up then run the project), from time to time there may be other utility or PoC projects.
- Chem4Word.V3 is the Add-In
- WinForms.TestHarness this allows testing of a the Editing subset of operations without starting MS Word
All unit tests are written with XUnit Azure Devops Build must be set to use VS2022 build agent
Package | Version | License | Reference Count |
---|---|---|---|
Azure.Core.Amqp | 1.3.0 | MIT | 3 |
Azure.Core | 1.41.0 | MIT | 3 |
Azure.Messaging.ServiceBus | 7.17.5 | MIT | 3 |
DocumentFormat.OpenXml.Framework | 3.0.2 | MIT | 2 |
DocumentFormat.OpenXml | 3.0.2 | MIT | 2 |
DotNetProjects.WpfToolkit.Input | 6.1.94 | MS-PL | 1 |
EntityFramework | 6.5.1 | Apache-2.0 | 3 |
Google.Protobuf | 3.27.2 | BSD-3-Clause | 1 |
Grpc.Tools | 2.64.0 | Apache-2.0 | 1 |
Jacobslusser.ScintillaNET | 3.6.3 | MIT | 1 |
Meziantou.Framework.Win32.CredentialManager | 1.6.0 | MIT | 1 |
Microsoft.Azure.Amqp | 2.6.9 | MIT | 3 |
Microsoft.Bcl.AsyncInterfaces | 8.0.0 | MIT | 3 |
Microsoft.NETCore.Platforms | 7.0.4 | MIT | 2 |
Microsoft.TestPlatform.ObjectModel | 17.10.0 | MIT | 1 |
Microsoft.Xaml.Behaviors.Wpf | 1.1.122 | MIT | 1 |
Microsoft_VisualStudio_QualityTools_UnitTestFramework.STW | 12.0.21005.1 | Microsoft | 1 |
Newtonsoft.Json | 13.0.3 | MIT | 16 |
NuGet.Frameworks | 6.10.1 | Apache-2.0 | 1 |
Ookii.Dialogs.WinForms | 4.0.0 | BSD-3-Clause | 1 |
Standard.Licensing | 1.1.9 | MIT | 1 |
Stub.System.Data.SQLite.Core.NetFramework | 1.0.118.0 | Public Domain | 4 |
System.Buffers | 4.5.1 | MIT | 6 |
System.ClientModel | 1.0.0 | MIT | 3 |
System.Collections.Immutable | 8.0.0 | MIT | 2 |
System.Data.SQLite.Core | 1.0.118.0 | Public Domain | 3 |
System.Data.SQLite.EF6 | 1.0.118.0 | Public Domain | 3 |
System.Data.SQLite.Linq | 1.0.118.0 | Public Domain | 3 |
System.Data.SQLite | 1.0.118.0 | Public Domain | 3 |
System.Diagnostics.DiagnosticSource | 8.0.1 | Public Domain | 3 |
System.IO.Compression.ZipFile | 4.3.0 | MS-.NET-Library | 2 |
System.IO.FileSystem.Primitives | 4.3.0 | MS-.NET-Library | 2 |
System.IO.Packaging | 8.0.0 | MIT | 2 |
System.Memory.Data | 8.0.0 | MIT | 3 |
System.Memory | 4.5.5 | MIT | 6 |
System.Net.Http | 4.3.4 | MS-.NET-Library | 10 |
System.Numerics.Vectors | 4.5.0 | MIT | 6 |
System.Reflection.Metadata | 8.0.0 | MIT | 1 |
System.Resources.Extensions | 8.0.0 | MIT | 1 |
System.Runtime.CompilerServices.Unsafe | 6.0.0 | MIT | 6 |
System.Runtime.InteropServices.RuntimeInformation | 4.3.0 | MS-.NET-Library | 3 |
System.Security.Cryptography.Algorithms | 4.3.1 | MS-.NET-Library | 10 |
System.Security.Cryptography.Encoding | 4.3.0 | MS-.NET-Library | 10 |
System.Security.Cryptography.Primitives | 4.3.0 | MS-.NET-Library | 10 |
System.Security.Cryptography.X509Certificates | 4.3.2 | MS-.NET-Library | 10 |
System.Text.Encodings.Web | 8.0.0 | MIT | 3 |
System.Text.Json | 8.0.4 | MIT | 3 |
System.Threading.Tasks.Extensions | 4.5.4 | MIT | 3 |
System.ValueTuple | 4.5.0 | MIT | 19 |
VirtualizingWrapPanel | 2.0.10 | MIT | 1 |
xunit.abstractions | 2.0.3 | Apache-2.0 | 1 |
xunit.analyzers | 1.15.0 | Apache-2.0 | 1 |
xunit.assert | 2.9.0 | Apache-2.0 | 1 |
xunit.core | 2.9.0 | Apache-2.0 | 1 |
xunit.extensibility.core | 2.9.0 | Apache-2.0 | 1 |
xunit.extensibility.execution | 2.9.0 | Apache-2.0 | 1 |
xunit.runner.console | 2.9.0 | Apache-2.0 | 1 |
xunit.runner.visualstudio | 2.8.2 | Apache-2.0 | 1 |
xunit | 2.9.0 | Apache-2.0 | 1 |
- CEVOpen - This data represents about 2100 unique chemical names of volatile plant chemicals (essential oils) from the EssoilDB 1.0 database (compiled from the scientific literature over about 10 years in Dr Yadav's laboratory). They are made available for re-use by anyone for any purpose (CC0). We would appreciate acknowledgement of EssoilDB and the following people who extracted and cleaned the data during 2019. (Gitanjali Yadav, Ambarish Kumar, Peter Murray-Rust).
Please feel free to contribute to the project. Create your own branch, make your changes then create a Pull Request to initiate a merge into the master branch.
This project is supported by the .NET Foundation.