Search is not available for this dataset
id stringlengths 1 8 | text stringlengths 72 9.81M | addition_count int64 0 10k | commit_subject stringlengths 0 3.7k | deletion_count int64 0 8.43k | file_extension stringlengths 0 32 | lang stringlengths 1 94 | license stringclasses 10
values | repo_name stringlengths 9 59 |
|---|---|---|---|---|---|---|---|---|
10064150 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 32 | Core: Fix `reset` method or loading by pages scenario | 0 | .js | tests | mit | tabalinas/jsgrid |
10064151 | <NME> jsgrid.tests.js
<BEF> $(function() {
var Grid = jsGrid.Grid,
JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID;
Grid.prototype.updateOnResize = false;
module("basic");
test("default creation", function() {
var gridOptions = {
simpleOption: "test",
... | 32 | Core: Fix `reset` method or loading by pages scenario | 0 | .js | tests | mit | tabalinas/jsgrid |
10064152 | <NME> jsgrid.tests.js <BEF> $(function() { var Grid = jsGrid.Grid, JSGRID = "JSGrid", JSGRID_DATA_KEY = JSGRID; Grid.prototype.updateOnResize = false; module("basic"); test("default creation", function() { var gridOptions = { simpleOption: "test", complexOption: { a: "subtest", b: 1, c: {} } }, grid = new Grid("#jsGrid... | 5 | Sorting: Sort strategies name has lower case first letter | 5 | .js | tests | mit | tabalinas/jsgrid |
10064153 | <NME> jsgrid.tests.js <BEF> $(function() { var Grid = jsGrid.Grid, JSGRID = "JSGrid", JSGRID_DATA_KEY = JSGRID; Grid.prototype.updateOnResize = false; module("basic"); test("default creation", function() { var gridOptions = { simpleOption: "test", complexOption: { a: "subtest", b: 1, c: {} } }, grid = new Grid("#jsGrid... | 5 | Sorting: Sort strategies name has lower case first letter | 5 | .js | tests | mit | tabalinas/jsgrid |
10064154 | <NME> es.js
<BEF> ADDFILE
<MSG> i18n: Add Spanish localization
<DFF> @@ -0,0 +1,46 @@
+(function(jsGrid) {
+
+ jsGrid.locales.es = {
+ grid: {
+ noDataContent: "No encontrado",
+ deleteConfirm: "Esta seguro?",
+ pagerFormat: "Paginas: {first} {prev} {pages} {next} {last} &nbs... | 46 | i18n: Add Spanish localization | 0 | .js | js | mit | tabalinas/jsgrid |
10064155 | <NME> es.js
<BEF> ADDFILE
<MSG> i18n: Add Spanish localization
<DFF> @@ -0,0 +1,46 @@
+(function(jsGrid) {
+
+ jsGrid.locales.es = {
+ grid: {
+ noDataContent: "No encontrado",
+ deleteConfirm: "Esta seguro?",
+ pagerFormat: "Paginas: {first} {prev} {pages} {next} {last} &nbs... | 46 | i18n: Add Spanish localization | 0 | .js | js | mit | tabalinas/jsgrid |
10064156 | <NME> jsgrid.tests.js <BEF> $(function() { var Grid = jsGrid.Grid, JSGRID = "JSGrid", JSGRID_DATA_KEY = JSGRID; Grid.prototype.updateOnResize = false; module("basic"); test("default creation", function() { var gridOptions = { simpleOption: "test", complexOption: { a: "subtest", b: 1, c: {} } }, grid = new Grid("#jsGrid... | 69 | API: Remove chaining methos call support | 55 | .js | tests | mit | tabalinas/jsgrid |
10064157 | <NME> jsgrid.tests.js <BEF> $(function() { var Grid = jsGrid.Grid, JSGRID = "JSGrid", JSGRID_DATA_KEY = JSGRID; Grid.prototype.updateOnResize = false; module("basic"); test("default creation", function() { var gridOptions = { simpleOption: "test", complexOption: { a: "subtest", b: 1, c: {} } }, grid = new Grid("#jsGrid... | 69 | API: Remove chaining methos call support | 55 | .js | tests | mit | tabalinas/jsgrid |
10064158 | <NME> jsgrid.core.js
<BEF> (function(window, $, undefined) {
var JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID,
JSGRID_ROW_DATA_KEY = "JSGridItem",
JSGRID_EDIT_ROW_DATA_KEY = "JSGridEditRow",
SORT_ORDER_ASC = "asc",
SORT_ORDER_DESC = "desc",
FIRST_PAGE_PLACEHOLDER = ... | 2 | Core: Support jsGrid.vesion property | 1 | .js | core | mit | tabalinas/jsgrid |
10064159 | <NME> jsgrid.core.js
<BEF> (function(window, $, undefined) {
var JSGRID = "JSGrid",
JSGRID_DATA_KEY = JSGRID,
JSGRID_ROW_DATA_KEY = "JSGridItem",
JSGRID_EDIT_ROW_DATA_KEY = "JSGridEditRow",
SORT_ORDER_ASC = "asc",
SORT_ORDER_DESC = "desc",
FIRST_PAGE_PLACEHOLDER = ... | 2 | Core: Support jsGrid.vesion property | 1 | .js | core | mit | tabalinas/jsgrid |
10064160 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064161 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064162 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064163 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064164 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064165 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064166 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064167 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064168 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064169 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064170 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064171 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064172 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064173 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064174 | <NME> AvaloniaEdit.Demo.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<RuntimeIdentifiers>win7-x64;linux-x64;osx-x64</RuntimeIdentifiers>
<EnableDefaultCompileItems>False</EnableDefaultCompileItems>
<Defin... | 5 | Linux build support | 2 | .csproj | Demo/AvaloniaEdit | mit | AvaloniaUI/AvaloniaEdit |
10064175 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) ](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) ](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 17 | Docs: Add pagerRenderer option description | 1 | .md | md | mit | tabalinas/jsgrid |
10064178 | <NME> README.md <BEF> # jsGrid Lightweight Grid jQuery Plugin [](https://travis-ci.org/tabalinas/jsgrid) Project site [js-grid.com](http://js-grid.com/) **jsGrid** is a lightweight client-side data grid control based on jQuery. It supports basic g... | 17 | Docs: Add pagerRenderer option description | 1 | .md | md | mit | tabalinas/jsgrid |
10064179 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064180 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064181 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064182 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064183 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064184 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064185 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064186 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064187 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064188 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064189 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064190 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064191 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064192 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064193 | <NME> VisualLine.cs
<BEF> // 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
// without restriction, including without limita... | 17 | Merge branch 'master' into fixes/imeSurroundingText | 4 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064194 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064195 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064196 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064197 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064198 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064199 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064200 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064201 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064202 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064203 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064204 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064205 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064206 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064207 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064208 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;**... | 1 | Merge branch 'master' into fixes/visualLineLeak | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064209 | <NME> tests.js
<BEF> /**
* loadjs tests
* @module test/tests.js
*/
var pathsLoaded = null, // file register
assert = chai.assert;
describe('hello', function() {
describe('LoadJS tests', function() {
beforeEach(function() {
// reset register
pathsLoaded = {};
// reset loadjs dependencies
l... | 18 | tests are passing | 3 | .js | js | mit | muicss/loadjs |
10064210 | <NME> tests.js
<BEF> /**
* loadjs tests
* @module test/tests.js
*/
var pathsLoaded = null, // file register
assert = chai.assert;
describe('hello', function() {
describe('LoadJS tests', function() {
beforeEach(function() {
// reset register
pathsLoaded = {};
// reset loadjs dependencies
l... | 18 | tests are passing | 3 | .js | js | mit | muicss/loadjs |
10064211 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064212 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064213 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064214 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064215 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064216 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064217 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064218 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064219 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064220 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064221 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064222 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064223 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064224 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064225 | <NME> TextView.cs
<BEF> // 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
// without restriction, including without limitati... | 0 | redraw visual lines when resizing, is controlled by textarea. | 2 | .cs | cs | mit | AvaloniaUI/AvaloniaEdit |
10064226 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064227 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064228 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064229 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064230 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064231 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064232 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064233 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064234 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064235 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064236 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064237 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064238 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064239 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064240 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<PackageId>Avalonia.AvaloniaEdit</PackageId>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="**\*.xshd;... | 1 | Update avalonia | 1 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064241 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064242 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064243 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064244 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064245 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064246 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064247 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064248 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |
10064249 | <NME> AvaloniaEdit.csproj
<BEF> <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<WarningsNotAsErrors>0612,0618</WarningsNotAsErrors>
<Version>$(AvaloniaVersion)</Version>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="**\*.xaml;Assets... | 1 | fix packageid | 0 | .csproj | csproj | mit | AvaloniaUI/AvaloniaEdit |