Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMin Huang <huangmin@microsoft.com>2021-12-14 09:16:22 +0300
committerGitHub <noreply@github.com>2021-12-14 09:16:22 +0300
commitdd3404f0a60f215c43a970284317b93fdcf39cd2 (patch)
treec0f3c93ca09eba990cdce2c03282b86a0d025374 /mdoc/Test/DocTest-LongFileName.cs
parent29784969b6e8407cee26b67bf11aba1e6c8338e2 (diff)
Fix long file name issue for Azure PowerShell .NET Reference (#589)
* Fixed long file name for Azure PowerShell .NET Reference * update * fix path with forward slash issue * Updated * Add log to debug CI pipeline * Handle relative path * Check platform info for long path handling * Remove debug log * Add unit test * Remove expected long name file because it cause git push/pull issue * Retarget Mono.Cecil library to net471
Diffstat (limited to 'mdoc/Test/DocTest-LongFileName.cs')
-rw-r--r--mdoc/Test/DocTest-LongFileName.cs10
1 files changed, 10 insertions, 0 deletions
diff --git a/mdoc/Test/DocTest-LongFileName.cs b/mdoc/Test/DocTest-LongFileName.cs
new file mode 100644
index 00000000..bc911792
--- /dev/null
+++ b/mdoc/Test/DocTest-LongFileName.cs
@@ -0,0 +1,10 @@
+namespace Mono.DocTest.LooooooooooooooooooooooooooooooooooooooooooooooooooooogNamespace
+{
+ public class LoooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooogNameClass
+ {
+ public int Test(int arg)
+ {
+ return 0;
+ }
+ }
+} \ No newline at end of file