Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
0d1bdd4
added new alto projects for testing. also SOAP-WSDL project (but its …
mamift Sep 8, 2026
8f80e95
Junie fixed this but I have reservations....
mamift Sep 8, 2026
d40125a
Refactored code gen logic to handle a previously unknown edge case: X…
mamift Sep 8, 2026
2eee5bc
regenerated ALTO XSD.
mamift Sep 8, 2026
07cc79d
added SOAP-WSDL schemas.
mamift Sep 8, 2026
ccd2c46
regenerated using named namespaces.
mamift Sep 8, 2026
73d778f
regenerated all existing schema libraries with current code of linqto…
mamift Sep 8, 2026
b2625dc
isolated metalex schema bug with invalid constructor passing argument…
mamift Sep 8, 2026
ee2cfda
claude - wip.
mamift Sep 8, 2026
8ecff3b
cluade completed.
mamift Sep 9, 2026
02f249d
v3.4.23
mamift Sep 9, 2026
e51078e
added a few origin files, indicating where copies were downloaded from.
mamift Sep 10, 2026
29a6a82
this was in the wrong folder this entire time...
mamift Sep 10, 2026
4708948
added more origins.
mamift Sep 10, 2026
bb78394
added XSLT 2 schema.
mamift Sep 10, 2026
2663fcf
added more origin.md files.
mamift Sep 10, 2026
b921984
typo.
mamift Sep 10, 2026
7db842f
added the full set of Microsoft Office research SDk schemas. added or…
mamift Sep 10, 2026
409c2d4
generated near-complete (and so far compilable) code for Microsoft.Se…
mamift Sep 11, 2026
d8a6a59
Graph: added methods for finding disconnected and connected schemas i…
mamift Sep 11, 2026
18b00fa
moved to its own file.
mamift Sep 11, 2026
9cde251
Updated XImportGraph.xsd and code.
mamift Sep 11, 2026
6ce6a0d
woops wrong type; need to be a plain string.
mamift Sep 11, 2026
9066990
added new IncludedBy and ImportedBy elements to schema.
mamift Sep 11, 2026
34cf305
disabled this enum check in XTypedServices.TryConvert due to failing …
mamift Sep 14, 2026
47f4da3
Improve ImportedBy property null handling
mamift Sep 15, 2026
7bb68bd
Update schema retrieval logic for includes
mamift Sep 15, 2026
31b843a
expanded ternary expression, and also the ??= as it was nested inside…
mamift Sep 15, 2026
53e21f5
feedback: fixed possible null ref exception.
mamift Sep 15, 2026
3120ce4
feedback: GetDependenciesRecursively: currently ignores the skipList/…
mamift Sep 15, 2026
cf6547b
updated test.
mamift Sep 15, 2026
d732f02
added codegraph ignore file.
mamift Sep 15, 2026
cb5f2ed
regenerated all compilable code under generatedschemalibraries/. Comp…
mamift Sep 15, 2026
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
5 changes: 5 additions & 0 deletions .codegraph/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# CodeGraph data files — local to each machine, not for committing.
# Ignore everything in .codegraph/ except this file itself, so transient
# files (the database, daemon.pid, sockets, logs) never show up in git.
*
!.gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// LinqToXsd Version: 3.4.21
// LinqToXsd Version: 3.4.23
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
Expand Down
3 changes: 3 additions & 0 deletions GeneratedSchemaLibraries/1707_ISYBAU_XML_Schema/origin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Taken from: http://www.arbeitshilfen-abwasser.de/Materialien/Beispiele/XML-Schema-Dateien-2013/1302_ISYBAU_XML_Schema.zip

Reference (in German): https://www.bfr-abwasser.de/html/A7ISYBAU_ATF_XML.html
19 changes: 19 additions & 0 deletions GeneratedSchemaLibraries/ALTO/ALTO.csproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="alto-4-4.xsd" />
<EmbeddedResource Include="loc_xlink.xsd" />
</ItemGroup>
<ItemGroup>
<None Remove="alto-4-4.xsd" />
<None Remove="loc_xlink.xsd" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\XObjectsCore\XObjectsCore.csproj">
<SetTargetFramework>TargetFramework=netstandard2.0</SetTargetFramework>
</ProjectReference>
</ItemGroup>
</Project>
1,281 changes: 1,281 additions & 0 deletions GeneratedSchemaLibraries/ALTO/alto-4-4.xsd

Large diffs are not rendered by default.

Loading
Loading