• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

PiranhaCMS / piranha.core / 23119197917

15 Mar 2026 08:59PM UTC coverage: 52.548% (-0.03%) from 52.578%
23119197917

push

github

web-flow
Add subscription-id to Azure CLI login step

2063 of 4296 branches covered (48.02%)

Branch coverage included in aggregate %.

8546 of 15893 relevant lines covered (53.77%)

1227.84 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/core/Piranha.Local.FileStorage/FileStorageModule.cs
1
/*
2
 * Copyright (c) .NET Foundation and Contributors
3
 *
4
 * This software may be modified and distributed under the terms
5
 * of the MIT license. See the LICENSE file for details.
6
 *
7
 * https://github.com/piranhacms/piranha.core
8
 *
9
 */
10

11
using Piranha.Extend;
12

13
namespace Piranha.Local;
14

15
/// <summary>
16
/// File Storage module.
17
/// </summary>
18
public class FileStorageModule : IModule
19
{
20
    /// <summary>
21
    /// Gets the Author
22
    /// </summary>
23
    public string Author => "Piranha";
×
24

25
    /// <summary>
26
    /// Gets the Name
27
    /// </summary>
28
    public string Name => "Piranha.Local.FileStorage";
×
29

30
    /// <summary>
31
    /// Gets the Version
32
    /// </summary>
33
    public string Version => Piranha.Utils.GetAssemblyVersion(GetType().Assembly);
×
34

35
    /// <summary>
36
    /// Gets the description
37
    /// </summary>
38
    public string Description => "Module for storing uploaded files on disc with the application.";
×
39

40
    /// <summary>
41
    /// Gets the package url.
42
    /// </summary>
43
    public string PackageUrl => "https://www.nuget.org/packages/Piranha.Local.FileStorage";
×
44

45
    /// <summary>
46
    /// Gets the icon url.
47
    /// </summary>
48
    public string IconUrl => "https://piranhacms.org/assets/twitter-shield.png";
×
49

50
    /// <summary>
51
    /// Initializes the module.
52
    /// </summary>
53
    public void Init() { }
×
54
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc