mirror of
https://github.com/dotMorten/NmeaParser.git
synced 2026-04-07 23:44:00 +00:00
.Net6 (#112)
* Added .NET 6 support * fix constants * Upgrade Android sample app to .net6.0 * Fix build warnings and update android sample * Change baseline version * Fix build * Delete unused code * Update CIBuild.yml * Update CIBuild.yml * Update CIBuild.yml * Update CIBuild.yml * Update CIBuild.yml * Update CIBuild.yml * Update CIBuild.yml * Update CIBuild.yml * Update expired certificate * Set min versions * Fix api build * Fix build warnings and update doc builds * update metadata * tweak readme * Use net8 for ios/android * Fix target frameworks for sample apps * Fix UWP build * update tfm * Update to v3.0 and remove out of support frameworks * Add BT device to net6-windows * Add MAUI sample and delete Android * Clean up * Update github action dependency to supported version * Update certificate * Update certificate * Fix RMC FixTime parsing that can lose sub-second precision with doubles (#117) * Extract local variables for the parameters of DateTimeOffset * Add seconds to FixTime as Ticks in order to preserve sub-second precision that can get lost by using doubles --------- Co-authored-by: Justin King <justin.king@vibrationresearch.com> * Cleanup of fix and add unit test to verify --------- Co-authored-by: Morten Nielsen <mort5161@esri.com> Co-authored-by: Justin King <56605940+justinswork@users.noreply.github.com> Co-authored-by: Justin King <justin.king@vibrationresearch.com>
This commit is contained in:
parent
91d0a73cd2
commit
db04b280e4
85 changed files with 5080 additions and 1201 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
||||
{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
|
||||
|
||||
{{>partials/class.header}}
|
||||
{{#children}}
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
{{/overload}}
|
||||
<h3 id="{{id}}">{{>partials/classSubtitle}}</h3>
|
||||
{{#children.0}}
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.name}}</th>
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
</td>
|
||||
<td class="markdown level1 summary">{{{summary}}}</td>
|
||||
</tr>
|
||||
{{/children}}
|
||||
{{/children}}
|
||||
{{#children.0}}
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
@ -57,8 +57,9 @@
|
|||
{{#seealso.0}}
|
||||
</div>
|
||||
{{/seealso.0}}
|
||||
|
||||
{{#appliesTo.0}}
|
||||
<h3 id="appliesTo">Applies to</h3>
|
||||
<h3 id="appliesTo">Applies</h3>
|
||||
|
||||
<div class="appliesto">
|
||||
<div>
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{{!Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
||||
{{!Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license.}}
|
||||
|
||||
<h1 id="{{id}}" data-uid="{{uid}}">{{>partials/title}}</h1>
|
||||
<div class="markdown level0 summary">{{{summary}}}</div>
|
||||
|
|
@ -23,14 +23,14 @@
|
|||
<h4 id="{{id}}" data-uid="{{uid}}">{{name.0.value}}</h4>
|
||||
<div class="markdown level1 summary">{{{summary}}}</div>
|
||||
<div class="markdown level1 conceptual">{{{conceptual}}}</div>
|
||||
<h5 class="decalaration">{{__global.declaration}}</h5>
|
||||
<h5 class="declaration">{{__global.declaration}}</h5>
|
||||
{{#syntax}}
|
||||
<div class="codewrapper">
|
||||
<pre><code class="lang-{{_lang}} hljs">{{syntax.content.0.value}}</code></pre>
|
||||
<pre><code class="lang-csharp hljs">{{syntax.content.0.value}}</code></pre>
|
||||
</div>
|
||||
{{#parameters.0}}
|
||||
<h5 class="parameters">{{__global.parameters}}</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.type}}</th>
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
{{/parameters.0}}
|
||||
{{#return}}
|
||||
<h5 class="returns">{{__global.returns}}</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.type}}</th>
|
||||
|
|
@ -70,7 +70,7 @@
|
|||
{{/return}}
|
||||
{{#typeParameters.0}}
|
||||
<h5 class="typeParameters">{{__global.typeParameters}}</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.name}}</th>
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
{{/typeParameters.0}}
|
||||
{{#fieldValue}}
|
||||
<h5 class="fieldValue">{{__global.fieldValue}}</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.type}}</th>
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
{{/fieldValue}}
|
||||
{{#propertyValue}}
|
||||
<h5 class="propertyValue">{{__global.propertyValue}}</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.type}}</th>
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
{{/propertyValue}}
|
||||
{{#eventType}}
|
||||
<h5 class="eventType">{{__global.eventType}}</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.type}}</th>
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
{{/example}}
|
||||
{{#exceptions.0}}
|
||||
<h5 class="exceptions">{{__global.exceptions}}</h5>
|
||||
<table class="table table-bordered table-striped table-condensed">
|
||||
<table class="table table-bordered table-condensed">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{__global.type}}</th>
|
||||
|
|
|
|||
|
|
@ -1,21 +0,0 @@
|
|||
{{!Copyright (c) Oscar Vasquez. All rights reserved. Licensed under the MIT license. See LICENSE file in the project root for full license information.}}
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title>{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}</title>
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<meta name="title" content="{{#title}}{{title}}{{/title}}{{^title}}{{>partials/title}}{{/title}} {{#_appTitle}}| {{_appTitle}} {{/_appTitle}}">
|
||||
<meta name="generator" content="docfx {{_docfxVersion}}">
|
||||
{{#_description}}<meta name="description" content="{{_description}}">{{/_description}}
|
||||
<link rel="shortcut icon" href="{{_rel}}{{{_appFaviconPath}}}{{^_appFaviconPath}}favicon.ico{{/_appFaviconPath}}">
|
||||
<link rel="stylesheet" href="{{_rel}}styles/docfx.vendor.css">
|
||||
<link rel="stylesheet" href="{{_rel}}styles/docfx.css">
|
||||
<link rel="stylesheet" href="{{_rel}}styles/main.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
|
||||
<meta property="docfx:navrel" content="{{_navRel}}">
|
||||
<meta property="docfx:tocrel" content="{{_tocRel}}">
|
||||
{{#_noindex}}<meta name="searchOption" content="noindex">{{/_noindex}}
|
||||
{{#_enableSearch}}<meta property="docfx:rel" content="{{_rel}}">{{/_enableSearch}}
|
||||
{{#_enableNewTab}}<meta property="docfx:newtab" content="true">{{/_enableNewTab}}
|
||||
</head>
|
||||
Loading…
Add table
Add a link
Reference in a new issue