fix docfx build issues
This commit is contained in:
parent
5fbd64da71
commit
791a3b67e6
13
Oqtane.Client/UI/ModuleInstance.placeholder.cs
Normal file
13
Oqtane.Client/UI/ModuleInstance.placeholder.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
// This is just a placeholder file
|
||||
// It is necessary for the documentation to successfully build this project.
|
||||
// Reason is that docfx will run the .net compiler and find references
|
||||
// to this class in the project.
|
||||
// But since the real class is just a .razor file, ATM docfx will fail.
|
||||
//
|
||||
// Note added 2024-06-27 by @iJungleboy.
|
||||
// We hope that as .net and docfx improve, the razor-compiler will work in that scenario
|
||||
// as well, and this file can be removed.
|
||||
|
||||
namespace Oqtane.UI;
|
||||
|
||||
public partial class ModuleInstance;
|
13
Oqtane.Client/UI/RenderModeBoundary.placeholder.cs
Normal file
13
Oqtane.Client/UI/RenderModeBoundary.placeholder.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
// This is just a placeholder file
|
||||
// It is necessary for the documentation to successfully build this project.
|
||||
// Reason is that docfx will run the .net compiler and find references
|
||||
// to this class in the project.
|
||||
// But since the real class is just a .razor file, ATM docfx will fail.
|
||||
//
|
||||
// Note added 2024-06-27 by @iJungleboy.
|
||||
// We hope that as .net and docfx improve, the razor-compiler will work in that scenario
|
||||
// as well, and this file can be removed.
|
||||
|
||||
namespace Oqtane.UI;
|
||||
|
||||
public partial class RenderModeBoundary;
|
16
Oqtane.Server/Components/_Placeholder.cs
Normal file
16
Oqtane.Server/Components/_Placeholder.cs
Normal file
|
@ -0,0 +1,16 @@
|
|||
// This is just a placeholder file
|
||||
// It is necessary for the documentation to successfully build this project.
|
||||
// Reason is that docfx will run the .net compiler and find references
|
||||
// to this class in the project.
|
||||
// But since the real class is just a .razor file, ATM docfx will fail.
|
||||
//
|
||||
// Note added 2024-06-27 by @iJungleboy.
|
||||
// We hope that as .net and docfx improve, the razor-compiler will work in that scenario
|
||||
// as well, and this file can be removed.
|
||||
|
||||
using Oqtane.Documentation;
|
||||
|
||||
namespace Oqtane.Components;
|
||||
|
||||
[PrivateApi]
|
||||
public class _Placeholder;
|
Loading…
Reference in New Issue
Block a user