{"id":15066095,"url":"https://github.com/winscripter/resx-net","last_synced_at":"2026-01-05T11:03:15.414Z","repository":{"id":256398987,"uuid":"855177401","full_name":"winscripter/resx-net","owner":"winscripter","description":"Reads, writes, and converts ResX files without any dependencies","archived":false,"fork":false,"pushed_at":"2024-09-10T12:59:32.000Z","size":65,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-12T10:34:28.582Z","etag":null,"topics":["csharp","dotnet","resource","resources","resx","resx-files","resx-resources","xml"],"latest_commit_sha":null,"homepage":"","language":"C#","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/winscripter.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":"2024-09-10T12:53:03.000Z","updated_at":"2025-05-22T22:00:44.000Z","dependencies_parsed_at":"2024-09-10T14:37:16.880Z","dependency_job_id":null,"html_url":"https://github.com/winscripter/resx-net","commit_stats":null,"previous_names":["winscripter/resx-net"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/winscripter/resx-net","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscripter%2Fresx-net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscripter%2Fresx-net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscripter%2Fresx-net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscripter%2Fresx-net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/winscripter","download_url":"https://codeload.github.com/winscripter/resx-net/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/winscripter%2Fresx-net/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28216336,"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","status":"online","status_checked_at":"2026-01-05T02:00:06.358Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["csharp","dotnet","resource","resources","resx","resx-files","resx-resources","xml"],"created_at":"2024-09-25T01:01:24.828Z","updated_at":"2026-01-05T11:03:15.378Z","avatar_url":"https://github.com/winscripter.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ResX.NET\r\nNuGet: https://nuget.org/packages/ResX.NET\r\n\r\nEasy manipulation of ResX files.\r\n\r\nRuns on .NET 6.0 and later. Cross platform and high performance.\r\n\r\nTo load an existing ResX file:\r\n```cs\r\nvar resx = new ResXFile(ResXFile.Parse(File.ReadAllText(\"SomeFile.resx\")));\r\nforeach (ResXData data in resx.DataList)\r\n{\r\n    // Do something with data\r\n}\r\n```\r\n\r\nTo write a ResX file:\r\n```cs\r\nvar resx = new ResXFile();\r\nresx.DataList.Add(new ResXData(Name: \"Greeting\", Value: \"Hello, World!\", Comment: null));\r\n\r\nstring result = resx.Build(); // Returns the string representation\r\nFile.WriteAllText(\"result.resx\", result);\r\n```\r\n\r\nTo convert ResX files:\r\n```cs\r\nResXFile resx = /*...*/;\r\n\r\nConsole.WriteLine(ResXConvert.ToCSharp(resx));\r\n\r\nConsole.WriteLine(ResXConvert.ToMarkdown(resx));\r\n\r\nConsole.WriteLine(await ResXConvert.ToJsonAsync(resx));\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinscripter%2Fresx-net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwinscripter%2Fresx-net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwinscripter%2Fresx-net/lists"}