Browse Source

dev: Strip BOM mark from text files

pull/3546/head
Peter Crabtree 4 months ago
parent
commit
e1e16b64f5
  1. 2
      BuildTools/create-filelists.ps1
  2. 2
      ICSharpCode.BamlDecompiler/Baml/BamlContext.cs
  3. 2
      ICSharpCode.BamlDecompiler/Baml/BamlDocument.cs
  4. 2
      ICSharpCode.BamlDecompiler/Baml/BamlNode.cs
  5. 2
      ICSharpCode.BamlDecompiler/Baml/BamlReader.cs
  6. 2
      ICSharpCode.BamlDecompiler/Baml/BamlRecords.cs
  7. 2
      ICSharpCode.BamlDecompiler/Baml/BamlWriter.cs
  8. 2
      ICSharpCode.BamlDecompiler/Baml/KnownMembers.cs
  9. 2
      ICSharpCode.BamlDecompiler/Baml/KnownThings.cs
  10. 2
      ICSharpCode.BamlDecompiler/Baml/KnownThings.g.cs
  11. 2
      ICSharpCode.BamlDecompiler/Baml/KnownThings.gen.cs
  12. 2
      ICSharpCode.BamlDecompiler/Baml/KnownTypes.cs
  13. 2
      ICSharpCode.BamlDecompiler/BamlConnectionId.cs
  14. 2
      ICSharpCode.BamlDecompiler/BamlDecompilationResult.cs
  15. 2
      ICSharpCode.BamlDecompiler/BamlDecompilerSettings.cs
  16. 2
      ICSharpCode.BamlDecompiler/BamlDecompilerTypeSystem.cs
  17. 2
      ICSharpCode.BamlDecompiler/BamlElement.cs
  18. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/ConstructorParametersHandler.cs
  19. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/DocumentHandler.cs
  20. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/ElementHandler.cs
  21. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/KeyElementStartHandler.cs
  22. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyArrayHandler.cs
  23. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyComplexHandler.cs
  24. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyDictionaryHandler.cs
  25. 2
      ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyListHandler.cs
  26. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/AssemblyInfoHandler.cs
  27. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/AttributeInfoHandler.cs
  28. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/ConnectionIdHandler.cs
  29. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/ConstructorParameterTypeHandler.cs
  30. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/ContentPropertyHandler.cs
  31. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/DefAttributeHandler.cs
  32. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/DefAttributeKeyStringHandler.cs
  33. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/DefAttributeKeyTypeHandler.cs
  34. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/DeferableContentStartHandler.cs
  35. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/LineNumberAndPositionHandler.cs
  36. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/LinePositionHandler.cs
  37. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/LiteralContentHandler.cs
  38. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/OptimizedStaticResourceHandler.cs
  39. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PIMappingHandler.cs
  40. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PresentationOptionsAttributeHandler.cs
  41. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PropertyCustomHandler.cs
  42. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PropertyHandler.cs
  43. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PropertyTypeReferenceHandler.cs
  44. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PropertyWithConverterHandler.cs
  45. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PropertyWithExtensionHandler.cs
  46. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/PropertyWithStaticResourceIdHandler.cs
  47. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/StaticResourceIdHandler.cs
  48. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/StaticResourceStartHandler.cs
  49. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/TextHandler.cs
  50. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/TextWithConverterHandler.cs
  51. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/TypeInfoHandler.cs
  52. 2
      ICSharpCode.BamlDecompiler/Handlers/Records/XmlnsPropertyHandler.cs
  53. 2
      ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj
  54. 2
      ICSharpCode.BamlDecompiler/IHandlers.cs
  55. 2
      ICSharpCode.BamlDecompiler/IRewritePass.cs
  56. 2
      ICSharpCode.BamlDecompiler/PackageReadme.md
  57. 2
      ICSharpCode.BamlDecompiler/Rewrite/AttributeRewritePass.cs
  58. 2
      ICSharpCode.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs
  59. 2
      ICSharpCode.BamlDecompiler/Rewrite/DocumentRewritePass.cs
  60. 2
      ICSharpCode.BamlDecompiler/Rewrite/MarkupExtensionRewritePass.cs
  61. 2
      ICSharpCode.BamlDecompiler/Rewrite/XClassRewritePass.cs
  62. 2
      ICSharpCode.BamlDecompiler/Xaml/NamespaceMap.cs
  63. 2
      ICSharpCode.BamlDecompiler/Xaml/XamlExtension.cs
  64. 2
      ICSharpCode.BamlDecompiler/Xaml/XamlPathDeserializer.cs
  65. 2
      ICSharpCode.BamlDecompiler/Xaml/XamlProperty.cs
  66. 2
      ICSharpCode.BamlDecompiler/Xaml/XamlResourceKey.cs
  67. 2
      ICSharpCode.BamlDecompiler/Xaml/XamlType.cs
  68. 2
      ICSharpCode.BamlDecompiler/Xaml/XamlUtils.cs
  69. 2
      ICSharpCode.BamlDecompiler/XamlContext.cs
  70. 2
      ICSharpCode.BamlDecompiler/XamlDecompiler.cs
  71. 2
      ICSharpCode.BamlDecompiler/XmlnsDictionary.cs
  72. 2
      ICSharpCode.Decompiler.PowerShell/ErrorIds.cs
  73. 2
      ICSharpCode.Decompiler.PowerShell/GetDecompiledProjectCmdlet.cs
  74. 2
      ICSharpCode.Decompiler.PowerShell/GetDecompiledSourceCmdlet.cs
  75. 2
      ICSharpCode.Decompiler.PowerShell/GetDecompiledTypesCmdlet.cs
  76. 2
      ICSharpCode.Decompiler.PowerShell/GetDecompilerCmdlet.cs
  77. 2
      ICSharpCode.Decompiler.PowerShell/GetDecompilerVersion.cs
  78. 2
      ICSharpCode.Decompiler.PowerShell/GetTargetFramework.cs
  79. 2
      ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj
  80. 2
      ICSharpCode.Decompiler.PowerShell/NullAttributes.cs
  81. 2
      ICSharpCode.Decompiler.PowerShell/TypesParser.cs
  82. 2
      ICSharpCode.Decompiler.TestRunner/Program.cs
  83. 2
      ICSharpCode.Decompiler.Tests/DataFlowTest.cs
  84. 2
      ICSharpCode.Decompiler.Tests/DisassemblerPrettyTestRunner.cs
  85. 2
      ICSharpCode.Decompiler.Tests/Helpers/CodeAssert.cs
  86. 2
      ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs
  87. 2
      ICSharpCode.Decompiler.Tests/Helpers/RoslynToolset.cs
  88. 2
      ICSharpCode.Decompiler.Tests/Helpers/SdkUtility.cs
  89. 2
      ICSharpCode.Decompiler.Tests/Helpers/Tester.VB.cs
  90. 2
      ICSharpCode.Decompiler.Tests/Helpers/Tester.cs
  91. 2
      ICSharpCode.Decompiler.Tests/Helpers/TestsAssemblyOutput.cs
  92. 2
      ICSharpCode.Decompiler.Tests/ILPrettyTestRunner.cs
  93. 2
      ICSharpCode.Decompiler.Tests/Output/CSharpAmbienceTests.cs
  94. 2
      ICSharpCode.Decompiler.Tests/Output/InsertParenthesesVisitorTests.cs
  95. 2
      ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs
  96. 2
      ICSharpCode.Decompiler.Tests/ProjectDecompiler/TargetFrameworkTests.cs
  97. 2
      ICSharpCode.Decompiler.Tests/ProjectDecompiler/WholeProjectDecompilerTests.cs
  98. 2
      ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs
  99. 2
      ICSharpCode.Decompiler.Tests/Semantics/ConversionTests.cs
  100. 2
      ICSharpCode.Decompiler.Tests/Semantics/ExplicitConversionTest.cs
  101. Some files were not shown because too many files have changed in this diff Show More

2
BuildTools/create-filelists.ps1

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
$ErrorActionPreference = "Stop";
$ErrorActionPreference = "Stop";
$Utf8NoBomEncoding = New-Object System.Text.UTF8Encoding $False

2
ICSharpCode.BamlDecompiler/Baml/BamlContext.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/BamlDocument.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/BamlNode.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/BamlReader.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/BamlRecords.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/BamlWriter.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/KnownMembers.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/KnownThings.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/KnownThings.g.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/KnownThings.gen.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Baml/KnownTypes.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/BamlConnectionId.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2019 Siegfried Pammer
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/BamlDecompilationResult.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2021 Siegfried Pammer
// Copyright (c) 2021 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.BamlDecompiler/BamlDecompilerSettings.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2021 Siegfried Pammer
// Copyright (c) 2021 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.BamlDecompiler/BamlDecompilerTypeSystem.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2021 Siegfried Pammer
// Copyright (c) 2021 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.BamlDecompiler/BamlElement.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/ConstructorParametersHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/DocumentHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/ElementHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/KeyElementStartHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyArrayHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyComplexHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyDictionaryHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Blocks/PropertyListHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/AssemblyInfoHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/AttributeInfoHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/ConnectionIdHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/ConstructorParameterTypeHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/ContentPropertyHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/DefAttributeHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/DefAttributeKeyStringHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/DefAttributeKeyTypeHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/DeferableContentStartHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/LineNumberAndPositionHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/LinePositionHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/LiteralContentHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/OptimizedStaticResourceHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PIMappingHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PresentationOptionsAttributeHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PropertyCustomHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PropertyHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PropertyTypeReferenceHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PropertyWithConverterHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PropertyWithExtensionHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/PropertyWithStaticResourceIdHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/StaticResourceIdHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2019 Siegfried Pammer
// Copyright (c) 2019 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.BamlDecompiler/Handlers/Records/StaticResourceStartHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2019 Siegfried Pammer
// Copyright (c) 2019 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.BamlDecompiler/Handlers/Records/TextHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/TextWithConverterHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/TypeInfoHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Handlers/Records/XmlnsPropertyHandler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/ICSharpCode.BamlDecompiler.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>

2
ICSharpCode.BamlDecompiler/IHandlers.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/IRewritePass.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/PackageReadme.md

@ -1,3 +1,3 @@ @@ -1,3 +1,3 @@
## About
## About
ICSharpCode.BamlDecompiler is the library used by the BAML Addin in ILSpy to decompile BAML to XAML.

2
ICSharpCode.BamlDecompiler/Rewrite/AttributeRewritePass.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Rewrite/ConnectionIdRewritePass.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2019 Siegfried Pammer
// Copyright (c) 2019 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.BamlDecompiler/Rewrite/DocumentRewritePass.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Rewrite/MarkupExtensionRewritePass.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Rewrite/XClassRewritePass.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Xaml/NamespaceMap.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Xaml/XamlExtension.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Xaml/XamlPathDeserializer.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Xaml/XamlProperty.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Xaml/XamlResourceKey.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Xaml/XamlType.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/Xaml/XamlUtils.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/XamlContext.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/XamlDecompiler.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.BamlDecompiler/XmlnsDictionary.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2015 Ki
Permission is hereby granted, free of charge, to any person obtaining a copy

2
ICSharpCode.Decompiler.PowerShell/ErrorIds.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Text;

2
ICSharpCode.Decompiler.PowerShell/GetDecompiledProjectCmdlet.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Management.Automation;
using System.Threading;

2
ICSharpCode.Decompiler.PowerShell/GetDecompiledSourceCmdlet.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Management.Automation;

2
ICSharpCode.Decompiler.PowerShell/GetDecompiledTypesCmdlet.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

2
ICSharpCode.Decompiler.PowerShell/GetDecompilerCmdlet.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Management.Automation;

2
ICSharpCode.Decompiler.PowerShell/GetDecompilerVersion.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.Management.Automation;
using ICSharpCode.Decompiler.TypeSystem;

2
ICSharpCode.Decompiler.PowerShell/GetTargetFramework.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System.Management.Automation;
using System.Management.Automation;
using ICSharpCode.Decompiler.CSharp;
using ICSharpCode.Decompiler.Metadata;

2
ICSharpCode.Decompiler.PowerShell/ICSharpCode.Decompiler.PowerShell.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>

2
ICSharpCode.Decompiler.PowerShell/NullAttributes.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
#if !NETCORE
#if !NETCORE
#nullable enable

2
ICSharpCode.Decompiler.PowerShell/TypesParser.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

2
ICSharpCode.Decompiler.TestRunner/Program.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2022 Siegfried Pammer
// Copyright (c) 2022 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/DataFlowTest.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2016 Daniel Grunwald
// Copyright (c) 2016 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/DisassemblerPrettyTestRunner.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Helpers/CodeAssert.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;

2
ICSharpCode.Decompiler.Tests/Helpers/RemoveCompilerAttribute.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using ICSharpCode.Decompiler.CSharp;
using ICSharpCode.Decompiler.CSharp.Syntax;

2
ICSharpCode.Decompiler.Tests/Helpers/RoslynToolset.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2020 Siegfried Pammer
// Copyright (c) 2020 Siegfried Pammer
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Helpers/SdkUtility.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2014 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Helpers/Tester.VB.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2015 Daniel Grunwald
// Copyright (c) 2015 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Helpers/Tester.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2015 Daniel Grunwald
// Copyright (c) 2015 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Helpers/TestsAssemblyOutput.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2024 Christoph Wille
// Copyright (c) 2024 Christoph Wille
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/ILPrettyTestRunner.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Output/CSharpAmbienceTests.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Output/InsertParenthesesVisitorTests.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Linq;
using System.Reflection.Metadata;

2
ICSharpCode.Decompiler.Tests/ProjectDecompiler/TargetFrameworkTests.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2020 Daniel Grunwald
// Copyright (c) 2020 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/ProjectDecompiler/WholeProjectDecompilerTests.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2025 Daniel Grunwald
// Copyright (c) 2025 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/RoundtripAssembly.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2016 Daniel Grunwald
// Copyright (c) 2016 Daniel Grunwald
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Semantics/ConversionTests.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

2
ICSharpCode.Decompiler.Tests/Semantics/ExplicitConversionTest.cs

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
// Copyright (c) 2010-2013 AlphaSierraPapa for the SharpDevelop Team
//
// Permission is hereby granted, free of charge, to any person obtaining a copy of this
// software and associated documentation files (the "Software"), to deal in the Software

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save