{"id":19269344,"url":"https://github.com/atsushieno/missing-dot","last_synced_at":"2026-04-16T18:40:02.494Z","repository":{"id":57731120,"uuid":"398649969","full_name":"atsushieno/missing-dot","owner":"atsushieno","description":"a migration helper library from .NET to Kotlin Multiplatform","archived":false,"fork":false,"pushed_at":"2025-01-25T06:15:49.000Z","size":453,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-01-25T07:18:09.319Z","etag":null,"topics":["dotnet","kotlin","kotlin-multiplatform","porting","xml"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atsushieno.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-21T20:24:40.000Z","updated_at":"2025-01-25T06:08:45.000Z","dependencies_parsed_at":"2025-01-25T07:17:59.765Z","dependency_job_id":"70500721-421f-4d6c-b8fc-62f8e62310e7","html_url":"https://github.com/atsushieno/missing-dot","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushieno%2Fmissing-dot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushieno%2Fmissing-dot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushieno%2Fmissing-dot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atsushieno%2Fmissing-dot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atsushieno","download_url":"https://codeload.github.com/atsushieno/missing-dot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240371761,"owners_count":19790888,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dotnet","kotlin","kotlin-multiplatform","porting","xml"],"created_at":"2024-11-09T20:19:35.257Z","updated_at":"2026-04-16T18:39:57.445Z","avatar_url":"https://github.com/atsushieno.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# missing-dot: a migration helper library from .NET to Kotlin MPP\n\n![maven repo](https://img.shields.io/maven-central/v/dev.atsushieno/missingdot)\n\n**missing-dot** is a library when you are porting .NET projects to Kotlin multiplatform. It is how we use this library.\n\n## API coverage\n\nmissing-dot does not really aim to cover a lot of .NET framework API. This is the list of API that we target and/or cover so far:\n\n- dev.atsushieno.missingdot.xml\n  - XmlReader and XmlTextReader (.NET: [System.Xml.XmlReader](https://docs.microsoft.com/en-us/dotnet/api/system.xml.xmlreader))\n  - XmlWriter and XmlTextWriter (.NET: [System.Xml.XmlWriter](https://docs.microsoft.com/en-us/dotnet/api/system.xml.xmlwriter))\n  - Linq to XML (.NET: [System.Xml.Linq](https://docs.microsoft.com/en-us/dotnet/api/system.xml.linq))\n\n## Using missing-dot\n\nTo use this package, add `implementation` line below to your `build.gradle(.kts)`:\n\n```\n    dependencies {\n        implementation 'dev.atsushieno:missingdot:+' // replace + with the actual version\n    }\n```\n\n## Resources\n\nWe use [GitHub issues](https://github.com/atsushieno/missing-dot/issues) for bug reports etc., and [GitHub Discussions boards](https://github.com/atsushieno/missing-dot/discussions/) open to everyone.\n\nAPI documentation is published at: https://atsushieno.github.io/missing-dot/\n\nThe documentation can be built using `./gradlew dokkaHtml` and it will be generated locally at `build/dokka/html`.\n\n## License\n\nmissing-dot is distributed under the MIT License.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsushieno%2Fmissing-dot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatsushieno%2Fmissing-dot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatsushieno%2Fmissing-dot/lists"}