Skip to content

Commit f46d7c4

Browse files
authored
fix: adapt some URLs to new org name (#792)
1 parent d51ff54 commit f46d7c4

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
reporttypes: "Cobertura"
6161
- name: Publish coverage report to Codacy
6262
uses: codacy/codacy-coverage-reporter-action@master
63-
if: github.repository == 'System-IO-Abstractions/System.IO.Abstractions' && github.event_name == 'push'
63+
if: github.repository == 'TestableIO/System.IO.Abstractions' && github.event_name == 'push'
6464
with:
6565
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
6666
coverage-reports: coverage-report/Cobertura.xml

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)StrongName.snk</AssemblyOriginatorKeyFile>
88
<LangVersion>9.0</LangVersion>
99
<PackageTags>testing</PackageTags>
10-
<PackageProjectUrl>https://github.com/System-IO-Abstractions/System.IO.Abstractions</PackageProjectUrl>
10+
<PackageProjectUrl>https://github.com/TestableIO/System.IO.Abstractions</PackageProjectUrl>
1111
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1212
<PackageReadmeFile>README.md</PackageReadmeFile>
1313
<DefineConstants Condition="'$(TargetFramework)' != 'net461'">$(DefineConstants);FEATURE_FILE_SYSTEM_ACL_EXTENSIONS</DefineConstants>

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
![System.IO.Abstractions](https://socialify.git.ci/System-IO-Abstractions/System.IO.Abstractions/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&pattern=Charlie%20Brown&pulls=1&stargazers=1&theme=Dark)
1+
![System.IO.Abstractions](https://socialify.git.ci/TestableIO/System.IO.Abstractions/image?description=1&font=Source%20Code%20Pro&forks=1&issues=1&pattern=Charlie%20Brown&pulls=1&stargazers=1&theme=Dark)
22
[![NuGet](https://img.shields.io/nuget/v/System.IO.Abstractions.svg)](https://www.nuget.org/packages/System.IO.Abstractions)
3-
![Continuous Integration](https://github.com/System-IO-Abstractions/System.IO.Abstractions/workflows/Continuous%20Integration/badge.svg)
4-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2e777fa545c94767acccd6345b1ed9b7)](https://app.codacy.com/gh/System-IO-Abstractions/System.IO.Abstractions?utm_source=github.com&utm_medium=referral&utm_content=System-IO-Abstractions/System.IO.Abstractions&utm_campaign=Badge_Grade_Dashboard)
3+
![Continuous Integration](https://github.com/TestableIO/System.IO.Abstractions/workflows/Continuous%20Integration/badge.svg)
4+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2e777fa545c94767acccd6345b1ed9b7)](https://app.codacy.com/gh/TestableIO/System.IO.Abstractions?utm_source=github.com&utm_medium=referral&utm_content=TestableIO/System.IO.Abstractions&utm_campaign=Badge_Grade_Dashboard)
55
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
6-
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FSystem-IO-Abstractions%2FSystem.IO.Abstractions.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FSystem-IO-Abstractions%2FSystem.IO.Abstractions?ref=badge_shield)
6+
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FTestableIO%2FSystem.IO.Abstractions.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FTestableIO%2FSystem.IO.Abstractions?ref=badge_shield)
77

88
At the core of the library is `IFileSystem` and `FileSystem`. Instead of calling methods like `File.ReadAllText` directly, use `IFileSystem.File.ReadAllText`. We have exactly the same API, except that ours is injectable and testable.
99

benchmarks/System.IO.Abstractions.Benchmarks/System.IO.Abstractions.Benchmarks.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<RootNamespace>System.IO.Abstractions.Benchmarks</RootNamespace>
55
<Description>Bencharmks comparisons.</Description>
66
<TargetFrameworks>net5.0;netcoreapp3.1;net461</TargetFrameworks>
7-
<PackageProjectUrl>https://github.com/System-IO-Abstractions/System.IO.Abstractions</PackageProjectUrl>
7+
<PackageProjectUrl>https://github.com/TestableIO/System.IO.Abstractions</PackageProjectUrl>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageTags>testing</PackageTags>
1010
<IsPackable>false</IsPackable>

src/System.IO.Abstractions.TestingHelpers/MockFileSystem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public void AddDirectory(string path)
198198

199199
/*
200200
* Although CreateDirectory(@"\\server\share\") is not going to work in real code, we allow it here for the purposes of setting up test doubles.
201-
* See PR https://github.com/System-IO-Abstractions/System.IO.Abstractions/pull/90 for conversation
201+
* See PR https://github.com/TestableIO/System.IO.Abstractions/pull/90 for conversation
202202
*/
203203
}
204204

src/System.IO.Abstractions.TestingHelpers/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<value>Illegal characters in path.</value>
128128
</data>
129129
<data name="NOT_IMPLEMENTED_EXCEPTION" xml:space="preserve">
130-
<value>This test helper hasn't been implemented yet. They are implemented on an as-needed basis. As it seems like you need it, now would be a great time to send us a pull request over at https://github.com/System-IO-Abstractions/System.IO.Abstractions. You know, because it's open source and all.</value>
130+
<value>This test helper hasn't been implemented yet. They are implemented on an as-needed basis. As it seems like you need it, now would be a great time to send us a pull request over at https://github.com/TestableIO/System.IO.Abstractions. You know, because it's open source and all.</value>
131131
</data>
132132
<data name="THE_PATH_IS_NOT_OF_A_LEGAL_FORM" xml:space="preserve">
133133
<value>The path is not of a legal form.</value>

tests/System.IO.Abstractions.TestingHelpers.Tests/MockFileStreamTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public void MockFileStream_Flush_WritesByteToFile()
3131
public void MockFileStream_Dispose_ShouldNotResurrectFile()
3232
{
3333
// path in this test case is a subject to Directory.GetParent(path) Linux issue
34-
// https://github.com/System-IO-Abstractions/System.IO.Abstractions/issues/395
34+
// https://github.com/TestableIO/System.IO.Abstractions/issues/395
3535
var fileSystem = new MockFileSystem();
3636
var path = XFS.Path("C:\\some_folder\\test");
3737
var directory = fileSystem.Path.GetDirectoryName(path);

0 commit comments

Comments
 (0)