You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assert.Equal("abcdefghikjlmnop",resources["My.Assembly1.ext"]);// Hashes are truncated to 16 chars
66
-
Assert.Equal("0123456789012345",resources["dir/My.Assembly2.ext2"]);// For relative paths, we preserve the whole relative path, but use URL-style separators
Assert.Equal("012345678901234567890123456789",resources["dir/My.Assembly2.ext2"]);// For relative paths, we preserve the whole relative path, but use URL-style separators
0 commit comments