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

xaviersolau / BlazorJsonLocalization / 17992101609

24 Sep 2025 11:13PM UTC coverage: 79.916% (+2.0%) from 77.941%
17992101609

Pull #86

github

web-flow
Merge 284fca638 into d1acab631
Pull Request #86: Improve localizationgen tool to generate code in intermediate binary …

147 of 184 new or added lines in 5 files covered. (79.89%)

1 existing line in 1 file now uncovered.

1146 of 1434 relevant lines covered (79.92%)

34.2 hits per line

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

0.0
/src/tools/SoloX.BlazorJsonLocalization.Tools.Command/Program.cs
1
// ----------------------------------------------------------------------
2
// <copyright file="Program.cs" company="Xavier Solau">
3
// Copyright © 2021 Xavier Solau.
4
// Licensed under the MIT license.
5
// See LICENSE file in the project root for full license information.
6
// </copyright>
7
// ----------------------------------------------------------------------
8

9
namespace SoloX.BlazorJsonLocalization.Tools
10
{
11
    /// <summary>
12
    /// CLI Tools Generator.
13
    /// </summary>
14
    internal static class Program
15
    {
16
        /// <summary>
17
        /// Run the tools command.
18
        /// </summary>
19
        /// <returns>Error code.</returns>
20
        public static async Task<int> Main(string[] args)
21
        {
22
            var generatorCommand = new GeneratorCommand();
×
23

NEW
24
            return await generatorCommand.RunGeneratorCommandAsync(args).ConfigureAwait(false);
×
25
        }
×
26
    }
27
}
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